diff options
Diffstat (limited to 'index/mongodb.mk')
-rw-r--r-- | index/mongodb.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/index/mongodb.mk b/index/mongodb.mk new file mode 100644 index 0000000..247bb5d --- /dev/null +++ b/index/mongodb.mk @@ -0,0 +1,7 @@ +PACKAGES += mongodb +pkg_mongodb_name = mongodb +pkg_mongodb_description = MongoDB driver for Erlang +pkg_mongodb_homepage = https://github.com/comtihon/mongodb-erlang +pkg_mongodb_fetch = git +pkg_mongodb_repo = https://github.com/comtihon/mongodb-erlang +pkg_mongodb_commit = master |