Files
ports/databases/pecl-rrd/Makefile
T
Florian Smeets 3f4b740e8d Fix build with PHP 7.4
PR:		248961
Submitted by:	garga
2020-09-16 20:05:00 +00:00

17 lines
278 B
Makefile

# $FreeBSD$
PORTNAME= rrd
DISTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= databases pear
MAINTAINER= flo@FreeBSD.org
COMMENT= PHP bindings to rrd tool system
LICENSE= PHP301
LIB_DEPENDS= librrd.so:databases/rrdtool
USES= php:pecl localbase pkgconfig
.include <bsd.port.mk>