freebsd-ports/databases/pecl-rrd/Makefile
Rene Ladan 70da036883 Remove stale IGNORE_WITH_PHP=56 values.
Reminded by:	sunpoet
2019-01-05 15:47:56 +00:00

16 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>