diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-01 19:44:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-01 19:44:30 +0800 |
commit | f1b8882261537e8df86379cdde1f6a30d82cf468 (patch) | |
tree | ea3f9ad09439559f0817543156c9d09748672037 /databases/Makefile | |
parent | 94eebdeb913d5f6c02f4934adb248d47d16977ca (diff) | |
download | freebsd-ports-gnome-f1b8882261537e8df86379cdde1f6a30d82cf468.tar.gz freebsd-ports-gnome-f1b8882261537e8df86379cdde1f6a30d82cf468.tar.zst freebsd-ports-gnome-f1b8882261537e8df86379cdde1f6a30d82cf468.zip |
SQLCacheD is a memory-based SQL database intended for use as a memory cache
engine. In purpose, it.s similar to (and inspired by) memcached but allows
fine-grained data manipulation using SQL.
WWW: http://sqlcached.sourceforge.net/
PR: ports/109679
Submitted by: ivoras@
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 8cba5144e0ef..f7569c5a8a55 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -482,6 +482,7 @@ SUBDIR += rubygem-memcache-client SUBDIR += rubygem-sqlite3 SUBDIR += slony1 + SUBDIR += sqlcached SUBDIR += sqlclient SUBDIR += sqlite2 SUBDIR += sqlite3 |