mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
1e18211acb
PR: 232157 Submitted by: Daniel Ylitalo <daniel@blodan.se> (maintainer)
20 lines
354 B
Makefile
20 lines
354 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cassandra
|
|
PORTVERSION= 1.3.2
|
|
CATEGORIES= databases
|
|
|
|
MAINTAINER= daniel@blodan.se
|
|
COMMENT= Extension to access Cassandra
|
|
|
|
LICENSE= APACHE20
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libuv.so:devel/libuv \
|
|
libcassandra.so:databases/cassandra-cpp-driver \
|
|
libgmp.so:math/gmp
|
|
|
|
USES= php:pecl localbase
|
|
|
|
.include <bsd.port.mk>
|