diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-02-27 23:30:24 +0800 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-02-27 23:30:24 +0800 |
commit | 54eb549b1870ad5f6e5360cd09e4c0e4b046b73a (patch) | |
tree | cd51a58a44e9ae8321f11b8ae0af1e1f1215c06d /databases/Makefile | |
parent | ef0e1865f86118c9354336978ff41e87d8f17f81 (diff) | |
download | freebsd-ports-gnome-54eb549b1870ad5f6e5360cd09e4c0e4b046b73a.tar.gz freebsd-ports-gnome-54eb549b1870ad5f6e5360cd09e4c0e4b046b73a.tar.zst freebsd-ports-gnome-54eb549b1870ad5f6e5360cd09e4c0e4b046b73a.zip |
Bullet Cache is a memory database intended to be used much like memcached,
but offering much higher flexibility through use of record tags which can be
used to perform bulk operations on sets of records.
This port contains the PHP client module for Bullet Cache.
WWW: http://mdcached.sourceforge.net/
PR: ports/164872
Submitted by: Ivan Voras <ivoras@FreeBSD.org>
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 cd006eecf9d2..f68d6c87959e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -547,6 +547,7 @@ SUBDIR += pgtune SUBDIR += pgworksheet SUBDIR += php-adodb-ext + SUBDIR += php-mdcached SUBDIR += php-sqlite3 SUBDIR += php-sqlrelay SUBDIR += php4-dba |