cf118ccf87
Reported by: lwhsu
18 lines
364 B
Makefile
18 lines
364 B
Makefile
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
|
|
IGNORE_WITH_PHP= 74 80
|
|
|
|
.include <bsd.port.mk>
|