diff options
author | heinz <heinz@pkgsrc.org> | 2010-01-21 16:28:51 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2010-01-21 16:28:51 +0000 |
commit | 51c8ab9c4adca0cedc2592ac56e70612f2bfe02b (patch) | |
tree | c75ea33dea32ecf29b7bceb4b9b69b5ff97b2a76 | |
parent | 1ae6ad62a1260bdc9961574b9f68b46e8d37c068 (diff) | |
download | pkgsrc-51c8ab9c4adca0cedc2592ac56e70612f2bfe02b.tar.gz |
Added LICENSE information for Python. The license was approved by OSI
so I added it to the acceptable set of licenses.
-rw-r--r-- | lang/python24/Makefile | 3 | ||||
-rw-r--r-- | lang/python25/Makefile | 3 | ||||
-rw-r--r-- | lang/python26/Makefile | 3 | ||||
-rw-r--r-- | mk/license.mk | 5 |
4 files changed, 9 insertions, 5 deletions
diff --git a/lang/python24/Makefile b/lang/python24/Makefile index ff13d308955..0504ef87edd 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2010/01/17 12:02:22 wiz Exp $ +# $NetBSD: Makefile,v 1.52 2010/01/21 16:28:51 heinz Exp $ DISTNAME= Python-2.4.5 PKGNAME= python24-2.4.5 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +LICENSE= python-software-foundation PKG_DESTDIR_SUPPORT= user-destdir diff --git a/lang/python25/Makefile b/lang/python25/Makefile index d1b1bfa643d..7784d45e32b 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/01/17 12:02:22 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2010/01/21 16:28:51 heinz Exp $ DISTNAME= Python-2.5.4 PKGNAME= python25-2.5.4 @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= recht@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +LICENSE= python-software-foundation PKG_DESTDIR_SUPPORT= user-destdir diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 393bfae3895..04101ef3acf 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2010/01/17 12:02:22 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2010/01/21 16:28:51 heinz Exp $ DISTNAME= Python-2.6.4 PKGNAME= ${DISTNAME:S/Python/python26/} @@ -10,6 +10,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language +LICENSE= python-software-foundation PKG_DESTDIR_SUPPORT= user-destdir diff --git a/mk/license.mk b/mk/license.mk index 10b05e0b31c..c2031c4bdeb 100644 --- a/mk/license.mk +++ b/mk/license.mk @@ -1,4 +1,4 @@ -# $NetBSD: license.mk,v 1.30 2009/10/25 21:32:17 wiz Exp $ +# $NetBSD: license.mk,v 1.31 2010/01/21 16:28:51 heinz Exp $ # # This file handles everything about the LICENSE variable. It is # included automatically by bsd.pkg.mk. @@ -110,7 +110,8 @@ DEFAULT_ACCEPTABLE_LICENSES= \ cpl-1.0 \ open-font-license \ mpl-1.0 mpl-1.1 \ - zpl + zpl \ + python-software-foundation ##### Variant spellings |