diff options
author | clement <clement@FreeBSD.org> | 2004-08-08 22:50:49 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-08-08 22:50:49 +0800 |
commit | 80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e (patch) | |
tree | ff564466c5bff1e920ffd22c4ea214768e4f4dde /www/Makefile | |
parent | 99584da08b8138e84971e4cf8be6e1dd2830c60b (diff) | |
download | freebsd-ports-graphics-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.tar.gz freebsd-ports-graphics-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.tar.zst freebsd-ports-graphics-80b68b4cb0efa0437ae2912f97cfeb05d9fe5d5e.zip |
- Add mod_macro 1.1.6 for apache2
mod_macro is a third-party module to the Apache Http Server, distributed with
a BSD-style license like Apache. It allows the definition and use of
macros within apache runtime configuration files. The syntax is a
natural extension to apache html-like configuration style.
WWW: http://www.cri.ensmp.fr/~coelho/mod_macro/
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 c36bc58bb39..9cd8a6bdf2b 100644 --- a/www/Makefile +++ b/www/Makefile @@ -281,6 +281,7 @@ SUBDIR += mod_log_sql SUBDIR += mod_log_sql2 SUBDIR += mod_macro + SUBDIR += mod_macro2 SUBDIR += mod_mp3 SUBDIR += mod_musicindex SUBDIR += mod_mya |