diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2018-03-17 14:13:17 +0000 |
commit | ab17c1eacddd332c173b434de5cf194ea61b63ae (patch) | |
tree | 6950b9f0d162b059bcfc18f369157cfdd36425ad /mail/pecl-mailparse2 | |
parent | a76d003ccee8e63f053fbd2672ad685436c1f8b4 (diff) |
Notes
Diffstat (limited to 'mail/pecl-mailparse2')
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index a9faf5de778b..8fad68bb66ae 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -11,10 +11,11 @@ COMMENT= PECL extension to create and decode MIME messages LICENSE= PHP202 -PORTSCOUT= limit:^2.* +IGNORE_WITH_PHP= 70 71 72 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 + +PORTSCOUT= limit:^2.* .include <bsd.port.mk> |