summaryrefslogtreecommitdiff
path: root/lang/python21/Makefile
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2001-08-07 14:38:07 +0000
committerdrochner <drochner@pkgsrc.org>2001-08-07 14:38:07 +0000
commit922aa1ec4f818c78ab79841f2c8e1de8f015f4e6 (patch)
tree63aa0bb4732471c19ebcd74e9d55d22f9e3a4a10 /lang/python21/Makefile
parent547a4d0d5fddebf745ebde0b7f9bd0ddf707764b (diff)
downloadpkgsrc-922aa1ec4f818c78ab79841f2c8e1de8f015f4e6.tar.gz
first cut on a python-2.1 package for development and transition support,
doesn't conflict with an installed 2.0.x
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r--lang/python21/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/lang/python21/Makefile b/lang/python21/Makefile
new file mode 100644
index 00000000000..b17f598b801
--- /dev/null
+++ b/lang/python21/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/08/07 14:38:07 drochner Exp $
+#
+
+DISTNAME= Python-2.1.1
+PKGNAME= python21-2.1.1
+CATEGORIES= lang
+MASTER_SITES= ftp://ftp.python.org/pub/python/2.1.1/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.python.org/
+COMMENT= Interpreted, interactive, object-oriented programming language
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS+= --without-threads
+
+INSTALL_TARGET= altinstall
+
+.include "../../mk/bsd.pkg.mk"