diff options
author | gahr <gahr@FreeBSD.org> | 2015-06-20 16:02:19 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2015-06-20 16:02:19 +0800 |
commit | 389e5a93d83db774d21d013e693833f3c2011493 (patch) | |
tree | 42093fb9cd41ccc5a05a192508f7531f7cb9e139 /databases/Makefile | |
parent | 4cd22e665c40d41bff8567b68c5d95a926e83ca7 (diff) | |
download | freebsd-ports-gnome-389e5a93d83db774d21d013e693833f3c2011493.tar.gz freebsd-ports-gnome-389e5a93d83db774d21d013e693833f3c2011493.tar.zst freebsd-ports-gnome-389e5a93d83db774d21d013e693833f3c2011493.zip |
- New port: databases/cassandra-cpp-driver
DataStax Cpp Driver is modern, feature-rich, and highly tunable C/C++
client library for Apache Cassandra (1.2+) and DataStax Enterprise
(3.1+) using exclusively Cassandra's native protocol and Cassandra
Query Language v3.
WWW: http://datastax.github.io/cpp-driver/
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 3df86bfd8d24..b0ea345b55be 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -26,6 +26,7 @@ SUBDIR += buzhug SUBDIR += c3p0 SUBDIR += cassandra + SUBDIR += cassandra-cpp-driver SUBDIR += cassandra2 SUBDIR += cdb SUBDIR += cego |