diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-12 22:18:23 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-05-12 22:18:23 +0000 |
commit | 35bd76563df96b743c6ceead3226aef10b6ca2ad (patch) | |
tree | 71b94aec84cacb48cd16ed79e9fd394b8844512a /databases/Makefile | |
parent | e2d4ee01e68dcdc1eb17a83ab220ce26d0b5bfd9 (diff) |
- Add databases/ocaml-pgocaml.
PG'OCaml is a type-safe, simple interface to PostgreSQL from OCaml. It lets you
embed SQL statements directly into OCaml code.
PR: ports/118800
Submitted by: Jaap Boender <jaapb at kerguelen.org>
Notes
Notes:
svn path=/head/; revision=212969
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 95b242ecedec..0abf6f28cb37 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -182,6 +182,7 @@ SUBDIR += mytop SUBDIR += mywwwatcher SUBDIR += namazu2 + SUBDIR += ocaml-pgocaml SUBDIR += ocaml-sqlite3 SUBDIR += opendbx SUBDIR += oracle7-client |