aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorDave Cottlehuber <dch@FreeBSD.org>2020-01-28 08:22:52 +0000
committerDave Cottlehuber <dch@FreeBSD.org>2020-01-28 08:22:52 +0000
commit758912c2e7fd036cc6863bae0398a532bf451b33 (patch)
treea94d94c5df0a7650d964458f6c733420d91b552d /databases/Makefile
parent63880e7b3380d914cd027625f1d23148149592c3 (diff)
downloadports-758912c2e7fd036cc6863bae0398a532bf451b33.tar.gz
ports-758912c2e7fd036cc6863bae0398a532bf451b33.zip
databases/erlfdb: add new port
Native erlang NIF bindings to the FoundationDB C API, giving you distributed ACID transactions. Includes tuple and document layer support. Sponsored by: SkunkWerks, GmbH Differential Revision: https://reviews.freebsd.org/D23292
Notes
Notes: svn path=/head/; revision=524464
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 14386198ac15..4c1c523b24be 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -71,6 +71,7 @@
SUBDIR += erlang-couchbeam
SUBDIR += erlang-epgsql
SUBDIR += erlang-eredis
+ SUBDIR += erlfdb
SUBDIR += evolution-data-server
SUBDIR += fastdb
SUBDIR += firebird25-client