diff options
author | wen <wen@FreeBSD.org> | 2009-11-19 14:53:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-11-19 14:53:27 +0800 |
commit | 606f88b9c2ded02541ce642533cb12979a8ffcec (patch) | |
tree | 08b14f463b633545aac145cc11c168dfd9cc9f89 /databases/Makefile | |
parent | 23bcf75440a849e781d8413370067856561c0e5c (diff) | |
download | freebsd-ports-gnome-606f88b9c2ded02541ce642533cb12979a8ffcec.tar.gz freebsd-ports-gnome-606f88b9c2ded02541ce642533cb12979a8ffcec.tar.zst freebsd-ports-gnome-606f88b9c2ded02541ce642533cb12979a8ffcec.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]
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 |