diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-03-28 00:19:19 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-03-28 00:19:19 +0800 |
commit | e20827234948d81581b23903934626b386d35b03 (patch) | |
tree | 34eecf21d1e6bff52e0d15dc890667dee9613167 /www/Makefile | |
parent | 49c4610b22adeef84b2ae3f3fcab01c20ee6fdf3 (diff) | |
download | freebsd-ports-gnome-e20827234948d81581b23903934626b386d35b03.tar.gz freebsd-ports-gnome-e20827234948d81581b23903934626b386d35b03.tar.zst freebsd-ports-gnome-e20827234948d81581b23903934626b386d35b03.zip |
- new port mod_macro24
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/
- adopt new Makefile style for mod_macro22
PR: 177413
Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
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 d9efe4c885f0..646bd628ec4f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -507,6 +507,7 @@ SUBDIR += mod_log_sql2 SUBDIR += mod_log_sql2-dtc SUBDIR += mod_macro22 + SUBDIR += mod_macro24 SUBDIR += mod_memcache SUBDIR += mod_memcache_block SUBDIR += mod_mono |