mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
2576d2e3a1
commit
74888f4a8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=170496
@ -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>
|
||||
@ -29,6 +29,8 @@ MAKE_ENV= PORTS_APXS=${APXS}
|
||||
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} ""
|
||||
|
Loading…
Reference in New Issue
Block a user