diff options
author | miwi <miwi@FreeBSD.org> | 2009-01-10 23:02:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-01-10 23:02:48 +0800 |
commit | 5323f3142f8b1aee4d8497626994c3b402b52bf5 (patch) | |
tree | 1922ff97b0283085e54299972a837ff8fca9f124 /www/Makefile | |
parent | d20c2c83714b5fd5460d49845a60f18c88c0ac36 (diff) | |
download | freebsd-ports-gnome-5323f3142f8b1aee4d8497626994c3b402b52bf5.tar.gz freebsd-ports-gnome-5323f3142f8b1aee4d8497626994c3b402b52bf5.tar.zst freebsd-ports-gnome-5323f3142f8b1aee4d8497626994c3b402b52bf5.zip |
mod_memcache manages the parsing of memcached server configuration and
exports a single function for use by other modules to access a
configured apr_memcache object.
WWW: http://code.google.com/p/modmemcache/
PR: ports/130272
Submitted by: Gea-Suan Lin <gslin at gslin.org>
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 d1e490d897c2..5093086bf161 100644 --- a/www/Makefile +++ b/www/Makefile @@ -459,6 +459,7 @@ SUBDIR += mod_macro SUBDIR += mod_macro2 SUBDIR += mod_macro22 + SUBDIR += mod_memcache SUBDIR += mod_mp3 SUBDIR += mod_musicindex SUBDIR += mod_mya |