pkgsrc-wip/ap2-python/Makefile
Roland Illig 91a02fafba Ran "pkglint --autofix", which fixed some quoting issues in MAKE_ENV,
CONFIGURE_ARGS, FILES_SUBST and the like.
2005-12-05 22:27:44 +00:00

25 lines
674 B
Makefile

# $NetBSD: Makefile,v 1.11 2005/12/05 22:27:44 rillig Exp $
DISTNAME= mod_python-3.1.3
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/}
EXTRACT_SUFX= .tgz
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://www.modpython.org/
COMMENT= Module that embeds the Python interpreter within the server
PY_PATCHPLIST= yes
APACHE_MODULE= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 23
.include "../../lang/python/extension.mk"
.include "../../www/apache2/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"