diff options
author | wen <wen@FreeBSD.org> | 2009-11-19 15:09:00 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-19 15:09:00 +0800 |
commit | 7b51681a63921ba6071b9cf56263c611006c2f74 (patch) | |
tree | 7313b875e35e0c3a69375e5a3f571449d395426f /databases/Makefile | |
parent | 6734c2c45fa6334a3a6696409671c1e4b3a08fe8 (diff) | |
download | freebsd-ports-gnome-7b51681a63921ba6071b9cf56263c611006c2f74.tar.gz freebsd-ports-gnome-7b51681a63921ba6071b9cf56263c611006c2f74.tar.zst freebsd-ports-gnome-7b51681a63921ba6071b9cf56263c611006c2f74.zip |
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: http://www.mongodb.org/
PR: ports/140257 [1]
ports/140144 [2]
ports/140489 [2]
Submitted by: Ivan Voras <ivoras@FreeBSD.org> [1]
Mirko Zinn <mail@derzinn.de> [2]
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 9b17b87625c9..7d66348a1000 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -172,6 +172,7 @@ SUBDIR += metakit SUBDIR += mird SUBDIR += mongodb + SUBDIR += mongodb-devel SUBDIR += mrtg-mysql-load SUBDIR += msql SUBDIR += msql3 |