diff options
author | mat <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-04-10 23:08:47 +0800 |
commit | 2675657c002fee1c5a761e23f37cc25c7caf015c (patch) | |
tree | 212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /converters/pecl-igbinary | |
parent | 0810f8e4e198cae9495224bbec2d93c730de667f (diff) | |
download | freebsd-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 'converters/pecl-igbinary')
-rw-r--r-- | converters/pecl-igbinary/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/converters/pecl-igbinary/Makefile b/converters/pecl-igbinary/Makefile index 73974352b1fc..ac08e7bb8796 100644 --- a/converters/pecl-igbinary/Makefile +++ b/converters/pecl-igbinary/Makefile @@ -4,10 +4,6 @@ PORTNAME= igbinary PORTVERSION= 2.0.1 CATEGORIES= converters -MASTER_SITES= http://pecl.php.net/get/ \ - LOCAL/sunpoet -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= sunpoet@FreeBSD.org COMMENT= Replacement for the standard PHP serializer @@ -15,7 +11,7 @@ COMMENT= Replacement for the standard PHP serializer LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING -USES= php:ext tar:tgz +USES= php:pecl .include <bsd.port.pre.mk> |