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 /mail | |
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 'mail')
-rw-r--r-- | mail/pecl-mailparse/Makefile | 5 | ||||
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 5 | ||||
-rw-r--r-- | mail/pecl-pop3/Makefile | 6 |
3 files changed, 3 insertions, 13 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index bc539e09284b..fe8c23bb9bb6 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -4,9 +4,6 @@ PORTNAME= mailparse PORTVERSION= 3.0.2 CATEGORIES= mail www -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create and decode MIME messages @@ -14,7 +11,7 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= php:ext tar:tgz +USES= php:pecl USE_PHP= mbstring:build IGNORE_WITH_PHP= 56 diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index 4d9199f97218..44331bcba129 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -5,10 +5,7 @@ PORTNAME= mailparse PORTVERSION= 2.1.6 PORTREVISION= 1 CATEGORIES= mail www -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- PKGNAMESUFFIX= 2 -DIST_SUBDIR= PECL MAINTAINER= dbaio@bsd.com.br COMMENT= PECL extension to create and decode MIME messages @@ -17,7 +14,7 @@ LICENSE= PHP202 PORTSCOUT= limit:^2.* -USES= php:ext tar:tgz +USES= php:pecl USE_PHP= mbstring:build IGNORE_WITH_PHP= 70 71 diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index e6fa2128dbac..f8da4fb26612 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -5,15 +5,11 @@ PORTNAME= pop3 PORTVERSION= 1.0.2 PORTREVISION= 1 CATEGORIES= mail -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -EXTRACT_SUFX= .tgz -DIST_SUBDIR= PECL MAINTAINER= buganini@gmail.com COMMENT= POP3 Client Library for PHP -USES= php:ext +USES= php:pecl IGNORE_WITH_PHP= 70 71 .include <bsd.port.mk> |