67ea766c4c
Remove packages that only work with apache22. Remove apache22 references.
28 lines
719 B
Makefile
28 lines
719 B
Makefile
# $NetBSD: Makefile,v 1.35 2018/01/01 10:23:07 wiz Exp $
|
|
|
|
DISTNAME= mod_python-3.5.0
|
|
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-${DISTNAME:S/mod_//}
|
|
PKGREVISION= 1
|
|
CATEGORIES= www python
|
|
MASTER_SITES= http://dist.modpython.org/dist/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.modpython.org/
|
|
COMMENT= Apache module that embeds the Python interpreter
|
|
LICENSE= apache-2.0
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
APACHE_MODULE= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
|
|
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
PY_PATCHPLIST= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/apache.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|