summaryrefslogtreecommitdiff
path: root/www/ap2-python
diff options
context:
space:
mode:
authorgrant <grant>2005-03-03 21:15:53 +0000
committergrant <grant>2005-03-03 21:15:53 +0000
commit722411bc5b4b14ed80fcb7751f818f3203614758 (patch)
treec3ccbbdf71673f8084c1744c2d4239bce07772bd /www/ap2-python
parent2a630ffcd6e2ff0d767c82295c49fa23c861af86 (diff)
downloadpkgsrc-722411bc5b4b14ed80fcb7751f818f3203614758.tar.gz
whitespace cleanup
Diffstat (limited to 'www/ap2-python')
-rw-r--r--www/ap2-python/Makefile25
1 files changed, 12 insertions, 13 deletions
diff --git a/www/ap2-python/Makefile b/www/ap2-python/Makefile
index 18902614bcd..7d0f1c22ba9 100644
--- a/www/ap2-python/Makefile
+++ b/www/ap2-python/Makefile
@@ -1,32 +1,31 @@
-# $NetBSD: Makefile,v 1.6 2005/03/03 21:14:36 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/03/03 21:15:53 grant 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}
+DISTNAME= mod_python-${VERSION}
+PKGNAME= ap2-${PYPKGPREFIX}-python-${VERSION}
PKGREVISION= 1
-CATEGORIES= www python
+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
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.modpython.org/
+COMMENT= Apache module that embeds the Python interpreter
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
-USE_PKGINSTALL= YES
-APACHE_MODULE= YES
-VERSION=3.1.3
+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
+PYTHON_VERSIONS_ACCEPTED= 24 23
PY_PATCHPLIST= YES
.include "../../lang/python/extension.mk"
.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
-