aboutsummaryrefslogtreecommitdiffstats
path: root/databases/Makefile
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2008-01-24 11:42:11 +0800
committerclsung <clsung@FreeBSD.org>2008-01-24 11:42:11 +0800
commit98c20ac6a8d7d36e1b067de5f5a4c4d6eab36b91 (patch)
tree1c4045c165b85e6a5d7bd4f832bfb2fc9a8fc061 /databases/Makefile
parent3b43fc8b3548f30149f48e74de7cfbf33fbda48f (diff)
downloadfreebsd-ports-gnome-98c20ac6a8d7d36e1b067de5f5a4c4d6eab36b91.tar.gz
freebsd-ports-gnome-98c20ac6a8d7d36e1b067de5f5a4c4d6eab36b91.tar.zst
freebsd-ports-gnome-98c20ac6a8d7d36e1b067de5f5a4c4d6eab36b91.zip
Memcached::libmemcached -
Thin fast full interface to the libmemcached client API Memcached::libmemcached is a very thin, highly efficient, wrapper around the libmemcached library. It gives full access to the rich functionality offered by libmemcached. libmemcached is fast, light on memory usage, thread safe, and provide full access to server side methods. - Synchronous and Asynchronous support. - TCP and Unix Socket protocols. - A half dozen or so different hash algorithms. - Implementations of the new cas, replace, and append operators. - Man pages written up on entire API. - Implements both modulo and consistent hashing solutions. WWW: http://search.cpan.org/dist/Memcached-libmemcached/
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 9209aa8a7a19..80699b272472 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -286,6 +286,7 @@
SUBDIR += p5-Jifty-DBI
SUBDIR += p5-MLDBM
SUBDIR += p5-MLDBM-Sync
+ SUBDIR += p5-Memcached-libmemcached
SUBDIR += p5-Metadata
SUBDIR += p5-Mysql
SUBDIR += p5-Mysql-Diff