summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2009-04-19 14:46:21 +0000
committerwiz <wiz>2009-04-19 14:46:21 +0000
commitaf02b47cb7f0d9412ed1830a025b20b4392436ab (patch)
tree10637d33c73bb72a586029ba2012e7dc9dec5a71 /lang
parentd23d152672d496472f91210de7c8a93857fdaf3a (diff)
downloadpkgsrc-af02b47cb7f0d9412ed1830a025b20b4392436ab.tar.gz
Add untested entry for python26.
Diffstat (limited to 'lang')
-rw-r--r--lang/python/srcdist.mk14
1 files changed, 12 insertions, 2 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 18b06799840..a36c4446ed6 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,8 +1,18 @@
-# $NetBSD: srcdist.mk,v 1.26 2009/04/11 19:42:23 snj Exp $
+# $NetBSD: srcdist.mk,v 1.27 2009/04/19 14:46:21 wiz Exp $
.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == "25"
+.if ${_PYTHON_VERSION} == "26"
+
+DISTNAME= Python-2.6.2
+EXTRACT_SUFX= .tar.bz2
+DISTINFO_FILE= ${.CURDIR}/../../lang/python26/distinfo
+PATCHDIR= ${.CURDIR}/../../lang/python26/patches
+PYSUBDIR= Python-2.6.2
+WRKSRC= ${WRKDIR}/${PYSUBDIR}
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.6/
+
+.elif ${_PYTHON_VERSION} == "25"
DISTNAME= Python-2.5.4
EXTRACT_SUFX= .tar.bz2