1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/databases/pecl-rrd/Makefile
Florian Smeets 2f1a81202c - update to 1.1.1
- fix a few portlint warnings
2013-09-23 10:51:14 +00:00

25 lines
409 B
Makefile

# $FreeBSD$
PORTNAME= rrd
DISTVERSION= 1.1.1
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
LICENSE= PHP301
LIB_DEPENDS= librrd.so:${PORTSDIR}/databases/rrdtool
LDFLAGS+= -L${LOCALBASE}/lib
USE_PHP= yes
USE_PHPEXT= yes
NO_STAGE= yes
.include <bsd.port.mk>