2013-09-21 00:13:34 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-04-29 18:41:57 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xmpppy
|
2010-04-07 03:50:33 +02:00
|
|
|
PORTVERSION= 0.5.0
|
2010-12-11 00:05:58 +01:00
|
|
|
PORTREVISION= 2
|
2006-04-29 18:41:57 +02:00
|
|
|
CATEGORIES= net-im python
|
2010-04-07 03:50:33 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-rc1/
|
2006-04-29 18:41:57 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
2010-04-07 03:50:33 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}rc1
|
2006-04-29 18:41:57 +02:00
|
|
|
|
2018-02-23 22:09:47 +01:00
|
|
|
MAINTAINER= python@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= Python library that provides easy scripting with Jabber
|
2006-04-29 18:41:57 +02:00
|
|
|
|
2018-12-07 10:01:32 +01:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>=1.7.1:dns/py-dnspython@${PY_FLAVOR}
|
2009-12-10 14:04:35 +01:00
|
|
|
|
2018-02-24 14:37:47 +01:00
|
|
|
USES= python:2.7 shebangfix
|
|
|
|
USE_PYTHON= autoplist distutils
|
|
|
|
NO_ARCH= yes
|
2006-04-29 18:41:57 +02:00
|
|
|
|
2018-03-11 00:00:41 +01:00
|
|
|
PORTSCOUT= ignore:1
|
|
|
|
|
2018-02-24 14:37:47 +01:00
|
|
|
SHEBANG_FILES= doc/examples/*.py
|
2006-04-29 18:41:57 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|