diff options
author | will <will@FreeBSD.org> | 2000-10-28 01:20:02 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-10-28 01:20:02 +0000 |
commit | 1d4c0fdb1664d08e5ecfcfe0b2f4973d0c4ad19d (patch) | |
tree | e61b7325a6a7dc210ddd41b92d9d18422418036a /www/Makefile | |
parent | 3f072062163f31cf40fafccd74437d20382c5908 (diff) | |
download | FreeBSD-ports-1d4c0fdb1664d08e5ecfcfe0b2f4973d0c4ad19d.zip FreeBSD-ports-1d4c0fdb1664d08e5ecfcfe0b2f4973d0c4ad19d.tar.gz |
Add mod_python 2.6, an Apache module that allows embedding python within
the Apache http server for performance and flexibility boosts.
PR: 20885
Submitted by: Chang, Hye-Shik <perky@python.or.kr>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 1fb6351..4166435 100644 --- a/www/Makefile +++ b/www/Makefile @@ -98,6 +98,7 @@ SUBDIR += mod_perl SUBDIR += mod_php3 SUBDIR += mod_php4 + SUBDIR += mod_python SUBDIR += mod_roaming SUBDIR += mod_ruby SUBDIR += mod_zap |