aboutsummaryrefslogtreecommitdiff
path: root/security/py-ecdsa/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-17 05:47:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-17 05:47:10 +0000
commit5fd56ca7af1870762b14ef442f72fbf0d8b554b4 (patch)
treed3a8eafddc96066454339930d138f63dc3b952bc /security/py-ecdsa/Makefile
parente016b33fefec5542ea88dfa3ea909dfffdfc6a54 (diff)
downloadports-5fd56ca7af1870762b14ef442f72fbf0d8b554b4.tar.gz
ports-5fd56ca7af1870762b14ef442f72fbf0d8b554b4.zip
Notes
Diffstat (limited to 'security/py-ecdsa/Makefile')
-rw-r--r--security/py-ecdsa/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-ecdsa/Makefile b/security/py-ecdsa/Makefile
index 9f5d78220a3c..66e2260567b1 100644
--- a/security/py-ecdsa/Makefile
+++ b/security/py-ecdsa/Makefile
@@ -3,6 +3,7 @@
PORTNAME= ecdsa
PORTVERSION= 0.8
+PORTREVISION= 1
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +15,9 @@ LICENSE= MIT
USE_PYTHON= 2
USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
regression-test: build
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test
-NO_STAGE= yes
.include <bsd.port.mk>