b5ccfd5510
Reported by: daniel@blodan.se
17 lines
297 B
Makefile
17 lines
297 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
|
|
|
|
IGNORE_WITH_PHP=56
|
|
LIB_DEPENDS= librrd.so:databases/rrdtool
|
|
USES= php:pecl localbase pkgconfig
|
|
|
|
.include <bsd.port.mk>
|