diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-20 13:44:35 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2003-01-20 13:44:35 +0000 |
commit | ca4c6c79d11253f9177aa3e36318f1d4a1e45fbf (patch) | |
tree | e5a87a08cfeef925033dec60f8f2df408516c5ac /security/py-pycrypto/Makefile | |
parent | Add rockdodger 0.6, addictive rock-dodging greeblie-killing platform (diff) |
Add py-pycrypto 1.9alpha4, the Python Cryptography Toolkit.
Diffstat (limited to 'security/py-pycrypto/Makefile')
-rw-r--r-- | security/py-pycrypto/Makefile | 20 |
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> |