1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Use USES=twisted

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-08-01 16:18:28 +00:00
parent 2f3310f574
commit 404b13f18f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363718

View File

@ -14,13 +14,9 @@ COMMENT= SMTP, IMAP, and POP protocol implementation with clients and servers
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \
${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
USES= tar:bzip2
USES= tar:bzip2 twisted:names
.include <bsd.port.mk>