summaryrefslogtreecommitdiff
path: root/security/py-SSLCrypto
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2011-10-14 13:00:01 +0000
committerobache <obache@pkgsrc.org>2011-10-14 13:00:01 +0000
commitdfef287860826e46910810844ea633e4772f1806 (patch)
tree5284bc4a4a01d258a5652eb09e0867db1670e507 /security/py-SSLCrypto
parent2cb8fb4d302e5ed3075f8b58d42fefc330b98546 (diff)
downloadpkgsrc-dfef287860826e46910810844ea633e4772f1806.tar.gz
Allow to accept any Python-2.x.
Diffstat (limited to 'security/py-SSLCrypto')
-rw-r--r--security/py-SSLCrypto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-SSLCrypto/Makefile b/security/py-SSLCrypto/Makefile
index 34dbf4ebbed..47790b778be 100644
--- a/security/py-SSLCrypto/Makefile
+++ b/security/py-SSLCrypto/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/01/17 12:02:43 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2011/10/14 13:00:01 obache Exp $
#
DISTNAME= SSLCrypto-0.1.1
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= ${PYPKGPREFIX}-pyrex>=0.9.4.1:../../lang/py-pyrex
-PYTHON_VERSIONS_ACCEPTED= 25 24
+PYTHON_VERSIONS_ACCEPTED= 27 26 25 24
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"