diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twisted/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index d49b4d8860eb..87596e221b8e 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 15.0.0 +PORTVERSION= 15.2.1 CATEGORIES= devel net python -MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # empty MAINTAINER= python@FreeBSD.org COMMENT= Metaport of Twisted, an event-driven networking engine @@ -15,8 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -NO_BUILD= yes -USES= python:2 +USES= metaport python:2 # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -41,7 +38,4 @@ RUNNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedRunner>=${PORTVERSION}:${PORTS WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWeb>=${PORTVERSION}:${PORTSDIR}/www/py-twistedWeb WORDS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWords>=${PORTVERSION}:${PORTSDIR}/net-im/py-twistedWords -do-install: - @${DO_NADA} - .include <bsd.port.mk> |