diff options
Diffstat (limited to 'devel/py-twistedRunner/Makefile')
-rw-r--r-- | devel/py-twistedRunner/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index 5d0650318c38..6a85e6d77e14 100644 --- a/devel/py-twistedRunner/Makefile +++ b/devel/py-twistedRunner/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= twistedRunner -PORTVERSION= 13.2.0 +PORTVERSION= 14.0.0 CATEGORIES= devel net python MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ LOCAL/sunpoet @@ -17,9 +17,9 @@ LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_BZIP2= yes USE_PYTHON= 2 USE_PYDISTUTILS=yes -PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} +PYDISTUTILS_AUTOPLIST= yes +USES= tar:bzip2 .include <bsd.port.mk> |