aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-27 09:41:44 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-27 09:41:44 +0000
commit92a3e465c389eb5b15306524fe09e719e8c2896c (patch)
tree17efb582969694a960d5f7fd7060e72c1807458f /databases/Makefile
parent613e9d821af9c4e33dd2cf62b32629069697f728 (diff)
downloadports-92a3e465c389eb5b15306524fe09e719e8c2896c.tar.gz
ports-92a3e465c389eb5b15306524fe09e719e8c2896c.zip
Add new Ocaml port: databases/dbm
The initial version submitted in the PR was augmented by later changes seen in pkgsrc where the counterpart is maintained by the submitter. == This OCaml library is a binding to the NDBM/GDBM Unix "databases". It provides persistent storage of key-value pairs of strings. WWW: http://forge.ocamlcore.org/projects/camldbm/ == PR: ports/176115 Submitted by: Jaap Boender Maintainer: Jaap Boender Stage support: Taken from pkgsrc
Notes
Notes: svn path=/head/; revision=349322
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 3feffc5d8a4d..567815773bb2 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -250,6 +250,7 @@
SUBDIR += nagios-check_redis
SUBDIR += namazu2
SUBDIR += ntdb
+ SUBDIR += ocaml-dbm
SUBDIR += ocaml-mysql
SUBDIR += ocaml-pgocaml
SUBDIR += ocaml-sqlite3