diff options
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> |