summaryrefslogtreecommitdiff
path: root/www/ap2-wsgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/ap2-wsgi/Makefile')
-rw-r--r--www/ap2-wsgi/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/www/ap2-wsgi/Makefile b/www/ap2-wsgi/Makefile
new file mode 100644
index 00000000000..c77642dafb5
--- /dev/null
+++ b/www/ap2-wsgi/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/10/24 22:31:51 gdt 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
+
+USE_LIBTOOL= yes
+APACHE_MODULE= yes
+VERSION= 1.0
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
+CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
+
+PYTHON_VERSIONS_ACCEPTED= 24
+
+PKG_APACHE_ACCEPTED= apache2 apache22
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/apache.mk"
+.include "../../mk/bsd.pkg.mk"