diff options
author | reed <reed> | 2011-06-17 01:11:41 +0000 |
---|---|---|
committer | reed <reed> | 2011-06-17 01:11:41 +0000 |
commit | f95e0b77d2317bc9d0042d3a475dd740e813c596 (patch) | |
tree | cfdf18fea10cb07371680157d36afbb74b3f12c5 /lang | |
parent | 6a36ac7d45ac5d7ace4c82dc9f6a756fc7a9e188 (diff) | |
download | pkgsrc-f95e0b77d2317bc9d0042d3a475dd740e813c596.tar.gz |
Add python31 package.
I had been using this for at least 18 months on various platforms
including with some modules.
(This work was done via wip, but I had custom patches too for lang/python.)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/Makefile b/lang/Makefile index 5c3e5c47fba..d28764dbb1d 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.302 2011/05/28 01:02:50 cheusov Exp $ +# $NetBSD: Makefile,v 1.303 2011/06/17 01:11:41 reed Exp $ # COMMENT= Programming languages @@ -142,6 +142,7 @@ SUBDIR+= python24 SUBDIR+= python25 SUBDIR+= python26 SUBDIR+= python27 +SUBDIR+= python31 SUBDIR+= racket SUBDIR+= racket-textual SUBDIR+= rcfunge |