diff options
author | Wen Heping <wen@FreeBSD.org> | 2009-11-19 06:53:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2009-11-19 06:53:27 +0000 |
commit | af4df674ff00a3def96f1eb146053ae1034b466b (patch) | |
tree | 95f3180f7bf910db4c3f0054e3d1999ddab0019d /databases/Makefile | |
parent | 76768290429b5e77a8f24ffd33d3e5c158638573 (diff) | |
download | ports-af4df674ff00a3def96f1eb146053ae1034b466b.tar.gz ports-af4df674ff00a3def96f1eb146053ae1034b466b.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/140144 [1]
ports/140257 [2]
ports/140489 [1]
Submitted by: Mirko Zinn <mail@derzinn.de> [1]
Ivan Voras <ivoras@FreeBSD.org> [2]
Notes
Notes:
svn path=/head/; revision=244459
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 4e1ca810a417..9b17b87625c9 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -171,6 +171,7 @@ SUBDIR += memcachedb SUBDIR += metakit SUBDIR += mird + SUBDIR += mongodb SUBDIR += mrtg-mysql-load SUBDIR += msql SUBDIR += msql3 |