diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-01-31 09:53:10 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2009-01-31 09:53:10 +0000 |
commit | af9663a4de1819e2def1cadedfbc6cd38b8af20d (patch) | |
tree | 223c634e4c824ba31f818f775b8bf3aa21bda7c3 /www/py-twistedWeb2/Makefile | |
parent | 57a07b183c66284b5d21c92f70023267ac18ca4d (diff) |
Notes
Diffstat (limited to 'www/py-twistedWeb2/Makefile')
-rw-r--r-- | www/py-twistedWeb2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/py-twistedWeb2/Makefile b/www/py-twistedWeb2/Makefile index 062995290548..d4b737e419fc 100644 --- a/www/py-twistedWeb2/Makefile +++ b/www/py-twistedWeb2/Makefile @@ -5,13 +5,13 @@ # $FreeBSD$ PORTNAME= twistedWeb2 -PORTVERSION= 0.2.0 +PORTVERSION= 8.1.0 CATEGORIES= www devel python -MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/ +MASTER_SITES= http://tmrc.mit.edu/mirror/twisted/Web2/${PORTVERSION:R}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWeb2-${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= The next generation Web Server Framework built with Twisted BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/twisted:${PORTSDIR}/devel/py-twistedCore @@ -20,7 +20,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} WRKSRC= ${WRKDIR}/TwistedWeb2-${PORTVERSION} USE_BZIP2= yes -USE_PYTHON= 2.3+ +USE_PYTHON= yes USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Twisted_Web2 |