summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-30 11:37:56 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-30 11:37:56 +0000
commita565175904f33e2fd91b156ad88c722070a8b237 (patch)
tree398f43cab70953f795284a8f25d764d43bbcad66 /security
parentd8e5e32750c0bafce14ad0d3bb26b2dc4abb4b56 (diff)
downloadpkgsrc-a565175904f33e2fd91b156ad88c722070a8b237.tar.gz
Needs Python 2.2+
Diffstat (limited to 'security')
-rw-r--r--security/py-mcrypt/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/py-mcrypt/Makefile b/security/py-mcrypt/Makefile
index 7d1d537cbf6..5bd9114ffd9 100644
--- a/security/py-mcrypt/Makefile
+++ b/security/py-mcrypt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:46 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/06/30 11:37:56 joerg Exp $
#
DISTNAME= python-mcrypt-1.1
@@ -13,6 +13,7 @@ COMMENT= Python interface to mcrypt library
PYBINMODULE= yes
PYDISTUTILSPKG= yes
+PYTHON_VERSIONS_ACCEPTED= 24 23 22
.include "../../lang/python/extension.mk"
.include "../../security/libmcrypt/buildlink3.mk"