diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-repoze.what-pylons/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-repoze.what-pylons/Makefile b/devel/py-repoze.what-pylons/Makefile index a6e0097fd620..d9a847e279a3 100644 --- a/devel/py-repoze.what-pylons/Makefile +++ b/devel/py-repoze.what-pylons/Makefile @@ -3,12 +3,12 @@ PORTNAME= repoze.what-pylons PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wenheping@gmail.com +MAINTAINER= wen@FreeBSD.org COMMENT= The repoze.what v1 plugin for Pylons/TG2 integration BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylons>=0.9.7:${PORTSDIR}/www/py-pylons \ @@ -19,5 +19,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes USE_PYDISTUTILS= easy_install -NO_STAGE= yes .include <bsd.port.mk> |