summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2017-04-14 18:51:23 +0000
committerSteve Wills <swills@FreeBSD.org>2017-04-14 18:51:23 +0000
commitf53a6cae277b212bb67dbe59fce0f8e4848808e1 (patch)
tree76685f9337454526146a74a42fa0a5500871aac3 /security
parent9e25f59151b77e08cc2a8661f5c86d1d4dcd0a1d (diff)
downloadfreebsd-ports-f53a6cae277b212bb67dbe59fce0f8e4848808e1.zip
security/py3-pycrypto: create port
Python 3 version of py-pycrypto
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/py3-pycrypto/Makefile7
2 files changed, 8 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index bf716740173d..f2fa1e331455 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -963,6 +963,7 @@
SUBDIR += py-zope.session
SUBDIR += py-zxcvbn-python
SUBDIR += py3-libnacl
+ SUBDIR += py3-pycrypto
SUBDIR += qtkeychain-qt4
SUBDIR += qtkeychain-qt5
SUBDIR += quantis
diff --git a/security/py3-pycrypto/Makefile b/security/py3-pycrypto/Makefile
new file mode 100644
index 000000000000..628225c16743
--- /dev/null
+++ b/security/py3-pycrypto/Makefile
@@ -0,0 +1,7 @@
+# $FreeBSD$
+
+MASTERDIR= ${.CURDIR}/../py-pycrypto
+
+USES= python:3.2+
+
+.include "${MASTERDIR}/Makefile"