freebsd-ports/databases/pecl-cassandra/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>