diff options
Diffstat (limited to 'www/py-routes/Makefile')
-rw-r--r-- | www/py-routes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/py-routes/Makefile b/www/py-routes/Makefile index 68caf43dbbdb..af54dd80a2ba 100644 --- a/www/py-routes/Makefile +++ b/www/py-routes/Makefile @@ -3,6 +3,7 @@ PORTNAME= routes PORTVERSION= 1.13 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP/source/R/Routes PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +13,8 @@ MAINTAINER= wen@FreeBSD.org COMMENT= A Routing package for Python that matches URLs to dicts and vice versa USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= Routes -NO_STAGE= yes .include <bsd.port.mk> |