aboutsummaryrefslogtreecommitdiffstats
path: root/converters
diff options
context:
space:
mode:
Diffstat (limited to 'converters')
-rw-r--r--converters/pecl-fribidi/Makefile5
-rw-r--r--converters/pecl-igbinary/Makefile6
2 files changed, 2 insertions, 9 deletions
diff --git a/converters/pecl-fribidi/Makefile b/converters/pecl-fribidi/Makefile
index bea199ed63e3..43f41f3b573a 100644
--- a/converters/pecl-fribidi/Makefile
+++ b/converters/pecl-fribidi/Makefile
@@ -5,16 +5,13 @@ PORTNAME= fribidi
PORTVERSION= 1.2
PORTREVISION= 2
CATEGORIES= converters pear
-MASTER_SITES= http://pecl.php.net/get/
-PKGNAMEPREFIX= pecl-
-DIST_SUBDIR= PECL
MAINTAINER= ale@FreeBSD.org
COMMENT= PECL extension for the Unicode Bidi algorithm
LIB_DEPENDS= libfribidi.so:converters/fribidi
-USES= php:ext pkgconfig tar:tgz
+USES= php:pecl pkgconfig
IGNORE_WITH_PHP= 70 71
CONFIGURE_ARGS= --with-fribidi=${LOCALBASE}
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>