diff options
author | grant <grant@pkgsrc.org> | 2005-03-03 21:15:53 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-03-03 21:15:53 +0000 |
commit | ffac98aa1593de39bed980829bb22e9d64b55a32 (patch) | |
tree | c3ccbbdf71673f8084c1744c2d4239bce07772bd /www | |
parent | eb07c827e0f18f6b965107c24c472a771ee95221 (diff) | |
download | pkgsrc-ffac98aa1593de39bed980829bb22e9d64b55a32.tar.gz |
whitespace cleanup
Diffstat (limited to 'www')
-rw-r--r-- | www/ap2-python/Makefile | 25 |
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" - |