freebsd-ports/databases/pecl-rrd/Makefile
Antoine Brodin 2de6d0986d Ignore with php 7.4
Reported by:	pkg-fallout
2019-09-22 07:14:00 +00:00

17 lines
298 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
IGNORE_WITH_PHP= 74
.include <bsd.port.mk>