aboutsummaryrefslogtreecommitdiff
path: root/security/py-slowaes
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2018-02-19 11:10:43 +0000
commitf7455240e3b2acb3cd4804dac9a3afe2582a0a96 (patch)
tree94eaef37ab07d82e499ae4cafabe202ea2ed0525 /security/py-slowaes
parent6db4531ff6ac4b156bdc1499488964f1c2551e7f (diff)
Reduce dependency on the python2 metaport
PR: 225752 Submitted by: Yasuhiro KIMURA
Notes
Notes: svn path=/head/; revision=462307
Diffstat (limited to 'security/py-slowaes')
-rw-r--r--security/py-slowaes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-slowaes/Makefile b/security/py-slowaes/Makefile
index 63d1c0e5d262..7c93ce9bbe40 100644
--- a/security/py-slowaes/Makefile
+++ b/security/py-slowaes/Makefile
@@ -3,7 +3,7 @@
PORTNAME= slowaes
DISTVERSION= 0.1a1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ COMMENT= Implementation of AES in pure Python
LICENSE= APACHE20
-USES= python:2
+USES= python:2.7
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>