diff options
author | shaun <shaun@FreeBSD.org> | 2006-08-14 06:04:14 +0800 |
---|---|---|
committer | shaun <shaun@FreeBSD.org> | 2006-08-14 06:04:14 +0800 |
commit | afc362a566cd84c321812be7a5b0460bde734789 (patch) | |
tree | 8b01689476d0bdae12489f4d6f758487d638108e /www | |
parent | 1f9b5e3fffc8b7f9a8ea3b83d3a9ee1bb1fc3193 (diff) | |
download | freebsd-ports-graphics-afc362a566cd84c321812be7a5b0460bde734789.tar.gz freebsd-ports-graphics-afc362a566cd84c321812be7a5b0460bde734789.tar.zst freebsd-ports-graphics-afc362a566cd84c321812be7a5b0460bde734789.zip |
- Relinquish maintainership.
- Require Apache 1.3, and add a note for Apache 2.x users.
PR: ports/101827
Submitted by: Josh Elsasser <josh@elsasser.org> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_python/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/www/mod_python/Makefile b/www/mod_python/Makefile index 0e5062a8415..a01cc3cf539 100644 --- a/www/mod_python/Makefile +++ b/www/mod_python/Makefile @@ -13,11 +13,11 @@ MASTER_SITE_SUBDIR= modpython EXTRACT_SUFX= .tgz DIST_SUBDIR= python -MAINTAINER= josh@elsasser.org -COMMENT= Apache module for integrating Python +MAINTAINER= ports@FreeBSD.org +COMMENT= Apache 1.3 module for integrating Python -USE_APACHE= yes -NO_PACKAGE= "Requires Python without threads support" +USE_APACHE= 13 +NO_PACKAGE= Requires Python without threads support USE_PYTHON= yes .include <bsd.port.pre.mk> @@ -30,6 +30,8 @@ PLIST_SUB+= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR:S/^${LOCALBASE}\///g} pre-everything:: @${ECHO_MSG} "" + @${ECHO_MSG} "Note that this is for Apache 1.3 only, use www/mod_python 3 for Apache 2.x" + @${ECHO_MSG} "" @${ECHO_MSG} "You may use the following build option:" @${ECHO_MSG} "" @${ECHO_MSG} " WANT_EAPI=yes build as apache EAPI module (for apache13-modssl)" |