aboutsummaryrefslogtreecommitdiff
path: root/databases/pecl-rrd/Makefile
blob: 54c6bd3148e0d54211f9e3ebeecd62904be5b9b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $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>