freebsd-ports/net-im/py-nbxmpp/Makefile
Ruslan Makhmatkhanov 74d5bf79ed The goal of this python library is to provide a way for python applications
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/
2014-10-05 17:11:04 +00:00

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>