diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
commit | 3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /devel/pecl-statgrab | |
parent | 2c5242ce188ffc61ed37118b2f79a41a85420bda (diff) | |
download | freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.zst freebsd-ports-gnome-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281
Diffstat (limited to 'devel/pecl-statgrab')
-rw-r--r-- | devel/pecl-statgrab/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile index 8cd90284262c..842ecf0e3102 100644 --- a/devel/pecl-statgrab/Makefile +++ b/devel/pecl-statgrab/Makefile @@ -5,18 +5,14 @@ PORTNAME= statgrab PORTVERSION= 0.6.0 PORTREVISION= 2 CATEGORIES= devel pear -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- DISTNAME= Statgrab-${PORTVERSION} -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL MAINTAINER= tdb@FreeBSD.org COMMENT= PECL extension to retrieve information from libstatgrab LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 -USES= php:ext +USES= php:pecl IGNORE_WITH_PHP= 70 71 CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} |