freebsd-ports/databases/pecl-rrd/Makefile
Nuno Teixeira 3f5fb7b71c */*: Bump consumers of databases/rrdtool
New version of rrdtool in tree
2024-07-29 13:48:53 +01:00

15 lines
304 B
Makefile

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