aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2016-09-03 06:24:27 +0000
committerKurt Jaeger <pi@FreeBSD.org>2016-09-03 06:24:27 +0000
commitab38b3a9b1f9b07c72ec80b982f0bdb667e4dda1 (patch)
tree61f438d87a1ddc269fe1ef9ea531587fbe836c4d /databases/Makefile
parente78323aa2566e68c8004c38abd78210fc6f9efa4 (diff)
downloadports-ab38b3a9b1f9b07c72ec80b982f0bdb667e4dda1.tar.gz
ports-ab38b3a9b1f9b07c72ec80b982f0bdb667e4dda1.zip
New port: databases/libcouchbase
This is the C client library for Couchbase. It communicates with the cluster and speaks the relevant protocols necessary to connect to the cluster and execute data operations. https://github.com/couchbase/libcouchbase/ PR: 205377 Submitted by: gebhart@secnetix.de, Sergey Avseyev <sergey.avseyev@gmail.com>
Notes
Notes: svn path=/head/; revision=421281
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 1f918d52d951..1809b2738eee 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -136,6 +136,7 @@
SUBDIR += leofs
SUBDIR += leveldb
SUBDIR += levigo
+ SUBDIR += libcouchbase
SUBDIR += libdbi
SUBDIR += libdbi-drivers
SUBDIR += libdrizzle