diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:03:21 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-01 18:03:21 +0000 |
commit | a34df48cf0cb1015d89284a6cd49c16b91492111 (patch) | |
tree | d9bcea7eb59400700f07cfefc96f883516bfab6a /www/py-recaptcha/Makefile | |
parent | e4dbbd9ff3397ffe784b27010672443fc2c5bf56 (diff) | |
download | ports-a34df48cf0cb1015d89284a6cd49c16b91492111.tar.gz ports-a34df48cf0cb1015d89284a6cd49c16b91492111.zip |
Notes
Diffstat (limited to 'www/py-recaptcha/Makefile')
-rw-r--r-- | www/py-recaptcha/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/www/py-recaptcha/Makefile b/www/py-recaptcha/Makefile index b2f8b7c74ee5..7eefb6ae788e 100644 --- a/www/py-recaptcha/Makefile +++ b/www/py-recaptcha/Makefile @@ -3,6 +3,7 @@ PORTNAME= recaptcha PORTVERSION= 1.0.6 +PORTREVISION= 1 CATEGORIES= www devel python MASTER_SITES= ${MASTER_SITE_CHEESESHOP} MASTER_SITE_SUBDIR= source/r/recaptcha-client @@ -13,11 +14,7 @@ MAINTAINER= philip@FreeBSD.org COMMENT= A plugin for reCAPTCHA and reCAPTCHA Mailhide USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= recaptcha_client -PYDISTUTILS_NOEGGINFO= yes +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/${PYDISTUTILS_PKGNAME}-${PORTVERSION}-py${PYTHON_VER}.egg - -NO_STAGE= yes .include <bsd.port.mk> |