aboutsummaryrefslogtreecommitdiffstats
path: root/databases/pecl-rrd
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2017-04-10 23:08:47 +0800
committermat <mat@FreeBSD.org>2017-04-10 23:08:47 +0800
commit2675657c002fee1c5a761e23f37cc25c7caf015c (patch)
tree212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /databases/pecl-rrd
parent0810f8e4e198cae9495224bbec2d93c730de667f (diff)
downloadfreebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.tar.gz
freebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.tar.zst
freebsd-ports-gnome-2675657c002fee1c5a761e23f37cc25c7caf015c.zip
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
Diffstat (limited to 'databases/pecl-rrd')
-rw-r--r--databases/pecl-rrd/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/pecl-rrd/Makefile b/databases/pecl-rrd/Makefile
index b604d5d1334f..631c65250e25 100644
--- a/databases/pecl-rrd/Makefile
+++ b/databases/pecl-rrd/Makefile
@@ -4,10 +4,6 @@ PORTNAME= rrd
DISTVERSION= 1.1.3
PORTREVISION= 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
@@ -18,7 +14,7 @@ LIB_DEPENDS= librrd.so:databases/rrdtool
LDFLAGS+= -L${LOCALBASE}/lib
-USES= php:ext
+USES= php:pecl
IGNORE_WITH_PHP= 70
.include <bsd.port.mk>