pkgsrc/www/ap2-wsgi/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

28 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.10 2009/05/19 08:59:37 wiz Exp $
#
DISTNAME= mod_wsgi-${VERSION}
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-wsgi-${VERSION}
CATEGORIES= www python
MASTER_SITES= http://modwsgi.googlecode.com/files/
MAINTAINER= jan.m.danielsson@gmail.com
HOMEPAGE= http://modwsgi.googlecode.com/
COMMENT= WSGI module for apache
LICENSE= apache-2.0
PKG_DESTDIR_SUPPORT= user-destdir
USE_LIBTOOL= yes
APACHE_MODULE= yes
VERSION= 2.4
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
PKG_APACHE_ACCEPTED= apache2 apache22
.include "../../lang/python/extension.mk"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"