74d5bf79ed
to use Jabber/XMPP networks in a non-blocking way. This library is initialy a fork of xmpppy one, but using non-blocking sockets. WWW: https://python-nbxmpp.gajim.org/
21 lines
504 B
Makefile
21 lines
504 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nbxmpp
|
|
PORTVERSION= 0.5.1
|
|
CATEGORIES= net-im devel python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Non blocking Jabber/XMPP module
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openssl>0:${PORTSDIR}/security/py-openssl \
|
|
${PYTHON_PKGNAMEPREFIX}zope.interface>0:${PORTSDIR}/devel/py-zope.interface
|
|
|
|
USES= python twisted:run
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|