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 /lang/python25/Makefile | |
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.
Diffstat (limited to 'lang/python25/Makefile')
-rw-r--r-- | lang/python25/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |