summaryrefslogtreecommitdiff
path: root/time/py-mxDateTime
diff options
context:
space:
mode:
authorabs <abs>2008-04-15 16:00:58 +0000
committerabs <abs>2008-04-15 16:00:58 +0000
commit262fa4b57021b840701b7cc01fc531d502286226 (patch)
treeca54572ee24d9ba02773947465b16567ebb2da67 /time/py-mxDateTime
parentca8b33020684244dd11e0adf627091ef2f5cf5aa (diff)
downloadpkgsrc-262fa4b57021b840701b7cc01fc531d502286226.tar.gz
enable python25
Diffstat (limited to 'time/py-mxDateTime')
-rw-r--r--time/py-mxDateTime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile
index f6a152a820e..6e19c892e93 100644
--- a/time/py-mxDateTime/Makefile
+++ b/time/py-mxDateTime/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2006/06/02 18:35:53 joerg Exp $
+# $NetBSD: Makefile,v 1.24 2008/04/15 16:00:58 abs Exp $
#
DISTNAME= egenix-mx-base-2.0.6
@@ -13,7 +13,7 @@ COMMENT= Python extension that provides types and conversions for dates
PYDISTUTILSPKG= yes
PYBINMODULE= yes
-PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 21
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"