Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,9 +1,9 @@
# $NetBSD: Makefile,v 1.28 2012/10/28 06:30:08 asau Exp $
# $NetBSD: Makefile,v 1.32 2014/02/23 11:40:00 wiz Exp $
DISTNAME= mod_python-${VERSION}
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-python-${VERSION}
DISTNAME= mod_python-3.5.0
PKGNAME= ${APACHE_PKG_PREFIX}-${PYPKGPREFIX}-${DISTNAME:S/mod_//}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/modpython/}
MASTER_SITES= http://dist.modpython.org/dist/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -11,19 +11,18 @@ HOMEPAGE= http://www.modpython.org/
COMMENT= Apache module that embeds the Python interpreter
LICENSE= apache-2.0
MAKE_JOBS_SAFE= no
PKG_APACHE_ACCEPTED= apache2 apache22 apache24
USE_LIBTOOL= YES
APACHE_MODULE= YES
VERSION= 3.3.1
MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-apxs=${APXS:Q}
CONFIGURE_ARGS+=--with-python=${PYTHONBIN:Q}
APACHE_MODULE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
CONFIGURE_ARGS+= --with-python=${PYTHONBIN:Q}
PY_PATCHPLIST= YES
PKG_APACHE_ACCEPTED= apache2 apache22
INSTALLATION_DIRS+= bin
PY_PATCHPLIST= yes
.include "../../lang/python/extension.mk"
.include "../../mk/apache.mk"