1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/databases/pecl-rrd/Makefile
Florian Smeets 2610e190bd Update to 1.1.0
Feature safe:	yes
2012-11-13 22:26:47 +00:00

30 lines
528 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.1.0
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>