aboutsummaryrefslogtreecommitdiffstats
path: root/security/py-pycrypto/Makefile
diff options
context:
space:
mode:
authornbm <nbm@FreeBSD.org>2003-01-20 21:44:35 +0800
committernbm <nbm@FreeBSD.org>2003-01-20 21:44:35 +0800
commita11fe6325f1aaedfacc4f7822992c7cf5019f598 (patch)
treee1b212714915a016733294e21a61c44595ca005a /security/py-pycrypto/Makefile
parent111e16160cb428709af4a652edf2c420b1b56c2e (diff)
downloadfreebsd-ports-gnome-a11fe6325f1aaedfacc4f7822992c7cf5019f598.tar.gz
freebsd-ports-gnome-a11fe6325f1aaedfacc4f7822992c7cf5019f598.tar.zst
freebsd-ports-gnome-a11fe6325f1aaedfacc4f7822992c7cf5019f598.zip
Add py-pycrypto 1.9alpha4, the Python Cryptography Toolkit.
Diffstat (limited to 'security/py-pycrypto/Makefile')
-rw-r--r--security/py-pycrypto/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/py-pycrypto/Makefile b/security/py-pycrypto/Makefile
new file mode 100644
index 000000000000..39abcced90a4
--- /dev/null
+++ b/security/py-pycrypto/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: pycrypto
+# Date created: 25 Oct 2002
+# Whom: nbm
+#
+# $FreeBSD$
+#
+
+PORTNAME= pycrypto
+PORTVERSION= 1.9.a4
+CATEGORIES= security
+MASTER_SITES= http://www.amk.ca/files/python/
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+DISTNAME= pycrypto-1.9a4
+
+MAINTAINER= nbm@FreeBSD.org
+
+USE_PYTHON= yes
+USE_PYDISTUTILS=yes
+
+.include <bsd.port.mk>