aboutsummaryrefslogtreecommitdiff
path: root/databases/cassandra3
diff options
context:
space:
mode:
authorKurt Jaeger <pi@FreeBSD.org>2020-05-02 19:48:32 +0000
committerKurt Jaeger <pi@FreeBSD.org>2020-05-02 19:48:32 +0000
commita7404fb865c3e7ede2b5e74dd9ebce71a266a746 (patch)
tree09d2a1386b78ff42c6b1619a18f58435fc2146b5 /databases/cassandra3
parent2f7e3d4f5db1684753bafbdfa09193403687f99c (diff)
downloadports-a7404fb865c3e7ede2b5e74dd9ebce71a266a746.tar.gz
ports-a7404fb865c3e7ede2b5e74dd9ebce71a266a746.zip
New port: databases/cassandra4: Highly scalable distributed database
Apache Cassandra is a free and open-source distributed database. It is a Java-based, highly scalable, eventually consistent, wide column store. Cassandra database clusters are masterless with no single point of failure. Replication can be configured across multiple data centers. Originally influenced by Dynamo and BigTable, Cassandra was initially developed at and open sourced by Facebook before becoming a top-level Apache project. The CQL query language offers SQL-like data access and management. Drivers are available for a number of languages. This is an ALPHA version! It is not intended for production use. WWW: https://cassandra.apache.org/ PR: 246081 Submitted by: Angelo Polo <language.devel@gmail.com> Reviewed by: yuri
Notes
Notes: svn path=/head/; revision=533701
Diffstat (limited to 'databases/cassandra3')
-rw-r--r--databases/cassandra3/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/cassandra3/Makefile b/databases/cassandra3/Makefile
index 5edb66d7c762..f3b0fc91b98a 100644
--- a/databases/cassandra3/Makefile
+++ b/databases/cassandra3/Makefile
@@ -26,6 +26,8 @@ USE_JAVA= yes
USE_ANT= yes
USE_RC_SUBR= cassandra
+CONFLICTS= cassandra4
+
JAVA_VERSION= 1.8
JAVA_VENDOR= openjdk