diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-04-26 17:08:50 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-04-26 17:08:50 +0000 |
commit | 3cedc55309458e11a54672678200fc66c06ca1d3 (patch) | |
tree | 8ccfa6a0b13d6e58fb8faca17f0a7dd856c83ab9 /databases/pecl-rrd/Makefile | |
parent | e94b021e06abae28f16f1c865af4d45acbc2e6ae (diff) |
Notes
Diffstat (limited to 'databases/pecl-rrd/Makefile')
-rw-r--r-- | databases/pecl-rrd/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile new file mode 100644 index 000000000000..545168aa76ec --- /dev/null +++ b/databases/pecl-rrd/Makefile @@ -0,0 +1,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.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> |