mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
21 lines
423 B
Makefile
21 lines
423 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= nbxmpp
|
|
PORTVERSION= 0.5.6
|
|
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@${FLAVOR}
|
|
|
|
NO_ARCH= yes
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
.include <bsd.port.mk>
|