diff options
Diffstat (limited to 'www/py-feedgenerator/Makefile')
-rw-r--r-- | www/py-feedgenerator/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/py-feedgenerator/Makefile b/www/py-feedgenerator/Makefile index 6ee258053de8..d3b77f20e471 100644 --- a/www/py-feedgenerator/Makefile +++ b/www/py-feedgenerator/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= feedgenerator -PORTVERSION= 1.5 +PORTVERSION= 1.6 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,11 +15,11 @@ LICENSE= BSD RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six -USE_PYTHON= yes +PYDISTUTILS_AUTOPLIST= yes USE_PYDISTUTILS= easy_install +USE_PYTHON= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test -NO_STAGE= yes .include <bsd.port.mk> |