pkgsrc/www/ap2-wsgi/Makefile

28 lines
692 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.12 2010/09/15 11:51:29 adam 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
2009-04-30 01:18:58 +02:00
LICENSE= apache-2.0
2008-06-12 04:14:13 +02:00
PKG_DESTDIR_SUPPORT= user-destdir
APACHE_MODULE= yes
VERSION= 3.3
USE_LIBTOOL= yes
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"