Wed Apr 29 23:18:58 2009 UTC ()
Set LICENSE to apache-2.0.


(gdt)
diff -r1.8 -r1.9 pkgsrc/www/ap2-wsgi/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/www/ap2-wsgi/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/www/ap2-wsgi/Attic/Makefile 2009/04/29 23:14:58 1.8
+++ pkgsrc/www/ap2-wsgi/Attic/Makefile 2009/04/29 23:18:58 1.9
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.8 2009/04/29 23:14:58 gdt Exp $ 1# $NetBSD: Makefile,v 1.9 2009/04/29 23:18:58 gdt Exp $
2# 2#
3 3
4DISTNAME= mod_wsgi-${VERSION} 4DISTNAME= mod_wsgi-${VERSION}
5PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION} 5PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION}
6CATEGORIES= www python 6CATEGORIES= www python
7MASTER_SITES= http://modwsgi.googlecode.com/files/ 7MASTER_SITES= http://modwsgi.googlecode.com/files/
8 8
9MAINTAINER= jan.m.danielsson@gmail.com 9MAINTAINER= jan.m.danielsson@gmail.com
10HOMEPAGE= http://modwsgi.googlecode.com/ 10HOMEPAGE= http://modwsgi.googlecode.com/
11COMMENT= WSGI module for apache 11COMMENT= WSGI module for apache
12 12
 13LICENSE= apache-2.0
 14
13PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
14 16
15USE_LIBTOOL= yes 17USE_LIBTOOL= yes
16APACHE_MODULE= yes 18APACHE_MODULE= yes
17VERSION= 2.4 19VERSION= 2.4
18 20
19GNU_CONFIGURE= yes 21GNU_CONFIGURE= yes
20CONFIGURE_ARGS+=--with-apxs=${APXS:Q} 22CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
21CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q} 23CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
22 24
23PKG_APACHE_ACCEPTED= apache2 apache22 25PKG_APACHE_ACCEPTED= apache2 apache22
24 26
25.include "../../lang/python/extension.mk" 27.include "../../lang/python/extension.mk"