diff options
author | John Marino <marino@FreeBSD.org> | 2014-03-27 09:41:44 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-03-27 09:41:44 +0000 |
commit | 92a3e465c389eb5b15306524fe09e719e8c2896c (patch) | |
tree | 17efb582969694a960d5f7fd7060e72c1807458f /databases/Makefile | |
parent | 613e9d821af9c4e33dd2cf62b32629069697f728 (diff) |
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/Makefile | 1 |
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 |