freebsd-ports/databases/pecl-rrd/Makefile
Florian Smeets 3cedc55309 Add new port databases/pecl-rrd:
Procedural and simple OO wrapper for rrdtool - data logging and graphing system
for time series data.

WWW:	http://www.pecl.php.net/package/rrd/
2011-04-26 17:08:50 +00:00

29 lines
544 B
Makefile

# New ports collection makefile for: pecl-rrd
# Date created: 2011-03-28
# Whom: Florian Smeets <flo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= rrd
DISTVERSION= 1.0.2
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
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
LICENSE= PHP301
USE_PHP= yes
USE_PHPEXT= yes
IGNORE_WITH_PHP=4
.include <bsd.port.mk>