diff options
author | wen <wen@FreeBSD.org> | 2009-11-23 20:43:21 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-23 20:43:21 +0800 |
commit | 63d14096516e27a8485d8878dea02bea142c3006 (patch) | |
tree | c8c7b9525e084a2fddf7e8479ad2d0cce367094b /databases/Makefile | |
parent | 7e65cf9871115cb6d1edbced61c379b71709111c (diff) | |
download | freebsd-ports-gnome-63d14096516e27a8485d8878dea02bea142c3006.tar.gz freebsd-ports-gnome-63d14096516e27a8485d8878dea02bea142c3006.tar.zst freebsd-ports-gnome-63d14096516e27a8485d8878dea02bea142c3006.zip |
pecl-mongo provides an interface for communicating with the
Mongo database in PHP.
WWW: http://pecl.php.net/package/mongo
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 7d66348a1000..66d9cb28d194 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -449,6 +449,7 @@ SUBDIR += pecl-mdbtools SUBDIR += pecl-memcache SUBDIR += pecl-memcached + SUBDIR += pecl-mongo SUBDIR += pecl-sqlite SUBDIR += pg_filedump SUBDIR += pgaccess |