summaryrefslogtreecommitdiff
path: root/lang/python/srcdist.mk
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/srcdist.mk')
-rw-r--r--lang/python/srcdist.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/lang/python/srcdist.mk b/lang/python/srcdist.mk
index 340954e4873..3f88c3ee4ce 100644
--- a/lang/python/srcdist.mk
+++ b/lang/python/srcdist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: srcdist.mk,v 1.1 2002/01/28 09:04:07 drochner Exp $
+# $NetBSD: srcdist.mk,v 1.2 2002/01/29 19:21:58 drochner Exp $
.include "../../lang/python/pyversion.mk"
@@ -34,6 +34,16 @@ PYSUBDIR= Python-2.0.1
WRKSRC= ${WRKDIR}/${PYSUBDIR}
MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/
+.elif ${_PYTHON_VERSION} == "15"
+
+DISTNAME= py152
+EXTRACT_SUFX= .tgz
+DISTINFO_FILE= ${.CURDIR}/../../lang/python15/distinfo
+PATCHDIR= ${.CURDIR}/../../lang/python15/patches
+PYSUBDIR= Python-1.5.2
+WRKSRC= ${WRKDIR}/${PYSUBDIR}
+MASTER_SITES= http://www.python.org/ftp/python/src/
+
.endif
.if defined(PYDISTUTILSPKG)