freebsd-ports/databases/pecl-rrd/Makefile
Mathieu Arnold 3fc575d9f3 Convert all PECL ports to USES=php:pecl.
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D10281
2017-04-10 15:08:47 +00:00

20 lines
309 B
Makefile

# $FreeBSD$
PORTNAME= rrd
DISTVERSION= 1.1.3
PORTREVISION= 4
CATEGORIES= databases pear
MAINTAINER= flo@FreeBSD.org
COMMENT= PHP bindings to rrd tool system
LICENSE= PHP301
LIB_DEPENDS= librrd.so:databases/rrdtool
LDFLAGS+= -L${LOCALBASE}/lib
USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>