pkgsrc/www/ap2-python/Makefile
recht 367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00

31 lines
815 B
Makefile

# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:49 recht Exp $
# FreeBSD Id: ports/www/mod_python3/Makefile,v 1.28 2004/03/11 14:36:30 perky Exp
DISTNAME= mod_python-${VERSION}
PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION}
PKGREVISION= 1
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD:=modpython/}
EXTRACT_SUFX= .tgz
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.modpython.org/
COMMENT= Apache module that embeds the Python interpreter
USE_BUILDLINK3= YES
USE_PKGINSTALL= YES
APACHE_MODULE= YES
VERSION=3.1.3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs="${APXS}"
CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
PYTHON_VERSIONS_ACCEPTED= 24 23
PY_PATCHPLIST= YES
.include "../../lang/python/extension.mk"
.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"