summaryrefslogtreecommitdiff
path: root/databases/pecl-rrd/Makefile
blob: 6638c412b28e524cc1bc25bb7297ead8df3f2833 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:	pecl-rrd
# Date created:		2011-03-28
# Whom:			Florian Smeets <flo@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	rrd
DISTVERSION=	1.0.4
CATEGORIES=	databases pear
MASTER_SITES=	http://pecl.php.net/get/
PKGNAMEPREFIX=	pecl-
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	PECL

MAINTAINER=	flo@FreeBSD.org
COMMENT=	PHP bindings to rrd tool system

LIB_DEPENDS=	rrd:${PORTSDIR}/databases/rrdtool

LDFLAGS+=	-L${LOCALBASE}/lib

LICENSE=	PHP301

USE_PHP=	yes
USE_PHPEXT=	yes
IGNORE_WITH_PHP=4

.include <bsd.port.mk>