diff options
Diffstat (limited to 'lang/python21/Makefile')
-rw-r--r-- | lang/python21/Makefile | 19 |
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" |