Update editors/libreoffice-xh to version 5.2.5
[dports.git] / net-im / py-nbxmpp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       nbxmpp
4 PORTVERSION=    0.5.5
5 CATEGORIES=     net-im devel python
6 MASTER_SITES=   CHEESESHOP
7 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
8
9 MAINTAINER=     rm@FreeBSD.org
10 COMMENT=        Non blocking Jabber/XMPP module
11
12 LICENSE=        GPLv3
13 LICENSE_FILE=   ${WRKSRC}/COPYING
14
15 RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}openssl>0:security/py-openssl
16
17 NO_ARCH=        yes
18 USES=           python:2.7+
19 USE_PYTHON=     autoplist distutils
20
21 .include <bsd.port.mk>