freebsd-ports/net-im/py-nbxmpp/Makefile
Ruslan Makhmatkhanov 4f6a2b7197 net-im/py-nbxmpp: update to 0.5.4
Changelog:
python-nbxmpp 0.5.4 (04 September 2016)

  * Fix SCRAM authentication
  * Fix BOSH connection with UTF-8 messages
  * Fix smacks implementation
  * Use uuid in stanza ids
2016-09-07 18:20:36 +00:00

21 lines
418 B
Makefile

# $FreeBSD$
PORTNAME= nbxmpp
PORTVERSION= 0.5.4
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:security/py-openssl
NO_ARCH= yes
USES= python:2.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>