aboutsummaryrefslogtreecommitdiff
path: root/www/py-recaptcha
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:03:21 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-03-01 18:03:21 +0000
commita34df48cf0cb1015d89284a6cd49c16b91492111 (patch)
treed9bcea7eb59400700f07cfefc96f883516bfab6a /www/py-recaptcha
parente4dbbd9ff3397ffe784b27010672443fc2c5bf56 (diff)
downloadports-a34df48cf0cb1015d89284a6cd49c16b91492111.tar.gz
ports-a34df48cf0cb1015d89284a6cd49c16b91492111.zip
Notes
Diffstat (limited to 'www/py-recaptcha')
-rw-r--r--www/py-recaptcha/Makefile9
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>