Files
ports/databases/pecl-cassandra/Makefile
T
Antoine Brodin 6c52583c8b Ignore with PHP 8.0
Reported by:	pkg-fallout
2020-12-29 09:14:44 +00:00

21 lines
377 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
IGNORE_WITH_PHP= 74 80
.include <bsd.port.mk>