aboutsummaryrefslogtreecommitdiff
path: root/textproc/pecl-xdiff2
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
committerMathieu Arnold <mat@FreeBSD.org>2017-04-10 15:08:47 +0000
commit3fc575d9f3970c4b3d271c59b1f318d32b624b71 (patch)
tree212f770d5d8c3c8a98b9570bf5bec70ebbbd94af /textproc/pecl-xdiff2
parent2c5242ce188ffc61ed37118b2f79a41a85420bda (diff)
downloadports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.tar.gz
ports-3fc575d9f3970c4b3d271c59b1f318d32b624b71.zip
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10281
Notes
Notes: svn path=/head/; revision=438175
Diffstat (limited to 'textproc/pecl-xdiff2')
-rw-r--r--textproc/pecl-xdiff2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/textproc/pecl-xdiff2/Makefile b/textproc/pecl-xdiff2/Makefile
index 9fb4b3f28700..efad33e2dd07 100644
--- a/textproc/pecl-xdiff2/Makefile
+++ b/textproc/pecl-xdiff2/Makefile
@@ -3,10 +3,7 @@
PORTNAME= xdiff
PORTVERSION= 2.0.1
CATEGORIES= textproc pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
PKGNAMESUFFIX= 2
-DIST_SUBDIR= PECL
MAINTAINER= dbaio@bsd.com.br
COMMENT= PECL extension to create/apply binary and text patches
@@ -18,7 +15,7 @@ LIB_DEPENDS= libxdiff.so:textproc/libxdiff
PORTSCOUT= limit:^2.*
-USES= php:ext tar:tgz
+USES= php:pecl
IGNORE_WITH_PHP= 56
CONFLICTS= pecl-xdiff-1*