1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/databases/pecl-cassandra/Makefile
Steve Wills 1e18211acb databases/pecl-cassandra: Update to 1.3.2
PR:		232157
Submitted by:	Daniel Ylitalo <daniel@blodan.se> (maintainer)
2018-10-11 02:16:16 +00:00

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>