aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-01 16:19:01 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-01 16:19:01 +0000
commit38ab39862d04a5b326778c3a64f793dd05106de7 (patch)
treeb5c8f77ae2fb8a7602fe78842a4e2bc7c758106a /www
parent044a39c9b35f426032e8899203f3cf0bce7e20ea (diff)
downloadports-38ab39862d04a5b326778c3a64f793dd05106de7.tar.gz
ports-38ab39862d04a5b326778c3a64f793dd05106de7.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/py-twistedWeb2/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/www/py-twistedWeb2/Makefile b/www/py-twistedWeb2/Makefile
index d4c5b8979936..deb4dce87b32 100644
--- a/www/py-twistedWeb2/Makefile
+++ b/www/py-twistedWeb2/Makefile
@@ -3,6 +3,7 @@
PORTNAME= twistedWeb2
PORTVERSION= 8.1.0
+PORTREVISION= 1
CATEGORIES= www devel python
MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/${PORTVERSION:R}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,14 +12,13 @@ DISTNAME= TwistedWeb2-${PORTVERSION}
MAINTAINER= python@FreeBSD.org
COMMENT= The next generation Web Server Framework built with Twisted
-BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS:= ${BUILD_DEPENDS}
+LICENSE= MIT
WRKSRC= ${WRKDIR}/TwistedWeb2-${PORTVERSION}
-USES= tar:bzip2
USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_PKGNAME= Twisted_Web2
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST= yes
+USES= tar:bzip2 twisted
.include <bsd.port.mk>