diff options
author | mm <mm@FreeBSD.org> | 2010-04-19 21:38:34 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2010-04-19 21:38:34 +0800 |
commit | 4f283cb4a1e82b24c012f039192210d34e0718f9 (patch) | |
tree | a6e27801cfc0f0b27cc447d9bb9f6ba69e83fda2 /databases/Makefile | |
parent | 6f4781b5644493303b29a54e71e97a354a719d64 (diff) | |
download | freebsd-ports-gnome-4f283cb4a1e82b24c012f039192210d34e0718f9.tar.gz freebsd-ports-gnome-4f283cb4a1e82b24c012f039192210d34e0718f9.tar.zst freebsd-ports-gnome-4f283cb4a1e82b24c012f039192210d34e0718f9.zip |
memcached is a high-performance, distributed memory object caching
system, generic in nature, but intended for use in speeding up dynamic
web applications by alleviating database load.
WWW: http://www.danga.com/memcached/
New memcached versions (1.4.x) have broken several site installations
so this port will provide compatibility for sites that still rely on
memcached 1.2.x.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2d538f95b584..b45fe5e8e411 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -172,6 +172,7 @@ SUBDIR += mantis SUBDIR += mdbtools SUBDIR += memcached + SUBDIR += memcached12 SUBDIR += memcachedb SUBDIR += mergeant SUBDIR += metakit |