diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-02-25 06:25:35 +0000 |
commit | fbc660cb2c24a55e37464725f9ac601142494606 (patch) | |
tree | 36d707e1a5b549fb117fe7cf51b8a59b13955b07 /www/mod_python3 | |
parent | 5ef7f5c2944056edc4a39408a66ccfbb3b966fa4 (diff) | |
download | ports-fbc660cb2c24a55e37464725f9ac601142494606.tar.gz ports-fbc660cb2c24a55e37464725f9ac601142494606.zip |
Notes
Diffstat (limited to 'www/mod_python3')
-rw-r--r-- | www/mod_python3/Makefile | 1 | ||||
-rw-r--r-- | www/mod_python3/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_python3/Makefile b/www/mod_python3/Makefile index ca776a6eee61..1e69a7a94e68 100644 --- a/www/mod_python3/Makefile +++ b/www/mod_python3/Makefile @@ -18,6 +18,7 @@ MASTER_SITE_SUBDIR= modpython EXTRACT_SUFX= .tgz MAINTAINER= perky@FreeBSD.org +COMMENT= Apache module that embeds the Python interpreter within the server BUILD_DEPENDS= ${LOCALBASE}/include/apache2/httpd.h:${PORTSDIR}/www/apache2 RUN_DEPENDS= ${LOCALBASE}/include/apache2/httpd.h:${PORTSDIR}/www/apache2 diff --git a/www/mod_python3/pkg-comment b/www/mod_python3/pkg-comment deleted file mode 100644 index e6b626600bd5..000000000000 --- a/www/mod_python3/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Apache module that embeds the Python interpreter within the server |