diff options
author | gdt <gdt@pkgsrc.org> | 2010-07-23 18:30:51 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2010-07-23 18:30:51 +0000 |
commit | c96177a7cf52f30ec1bcb263cba334b0bd76ed99 (patch) | |
tree | 84e13bc838598e73c7925bcac293a152e662c86d /security/py-crypto | |
parent | 3afa5003eceeff1a2f236bdca142978ec7bd6b5a (diff) | |
download | pkgsrc-c96177a7cf52f30ec1bcb263cba334b0bd76ed99.tar.gz |
Add PY_NO_EGG=no and egg file to PLIST.
Add LICENSE.
Diffstat (limited to 'security/py-crypto')
-rw-r--r-- | security/py-crypto/Makefile | 6 | ||||
-rw-r--r-- | security/py-crypto/PLIST | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/security/py-crypto/Makefile b/security/py-crypto/Makefile index 89cfac6085d..5fc579cff01 100644 --- a/security/py-crypto/Makefile +++ b/security/py-crypto/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2010/07/22 19:34:11 gdt Exp $ +# $NetBSD: Makefile,v 1.17 2010/07/23 18:30:51 gdt Exp $ # DISTNAME= pycrypto-2.1.0 +PKGREVISION= 1 PKGNAME= ${PYPKGPREFIX}-crypto-2.1.0 CATEGORIES= security python MASTER_SITES= http://ftp.dlitz.net/pub/dlitz/crypto/pycrypto/ +# mostly public domain, but a few bits are: +LICENSE= python-software-foundation MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.dlitz.net/software/pycrypto/ @@ -13,6 +16,7 @@ COMMENT= Cryptographic and hash functions for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes +PY_NO_EGG= no .include "../../devel/gmp/buildlink3.mk" .include "../../lang/python/extension.mk" diff --git a/security/py-crypto/PLIST b/security/py-crypto/PLIST index f42428b6f4b..54067af1b8b 100644 --- a/security/py-crypto/PLIST +++ b/security/py-crypto/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/07/22 19:30:42 gdt Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/07/23 18:30:51 gdt Exp $ ${PYSITELIB}/Crypto/Cipher/AES.so ${PYSITELIB}/Crypto/Cipher/ARC2.so ${PYSITELIB}/Crypto/Cipher/ARC4.so @@ -265,3 +265,4 @@ ${PYSITELIB}/Crypto/__init__.pyo ${PYSITELIB}/Crypto/pct_warnings.py ${PYSITELIB}/Crypto/pct_warnings.pyc ${PYSITELIB}/Crypto/pct_warnings.pyo +${PYSITELIB}/pycrypto-2.1.0-py2.6.egg-info |