diff options
author | obache <obache@pkgsrc.org> | 2012-05-16 06:12:46 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-16 06:12:46 +0000 |
commit | 700685c3b50c2be93f2ca3755fc887a9939712c1 (patch) | |
tree | ccea6f183a3484095b9fa8e9c9824a995c4e5793 /www/ap2-python | |
parent | b2f05e1e7efc20d28699a0d9df0db8cbcc97aca7 (diff) | |
download | pkgsrc-700685c3b50c2be93f2ca3755fc887a9939712c1.tar.gz |
LICENSE=apache-2.0
Diffstat (limited to 'www/ap2-python')
-rw-r--r-- | www/ap2-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile index d12f082a2ee..2caac89af0d 100644 --- a/www/ap2-python/Makefile +++ b/www/ap2-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2008/09/15 21:20:23 abs Exp $ +# $NetBSD: Makefile,v 1.27 2012/05/16 06:12:46 obache Exp $ DISTNAME= mod_python-${VERSION} PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION} @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.modpython.org/ COMMENT= Apache module that embeds the Python interpreter +LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir |