summaryrefslogtreecommitdiff
path: root/security/py-crypto/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-crypto/Makefile')
-rw-r--r--security/py-crypto/Makefile6
1 files changed, 5 insertions, 1 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"