diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-06 11:22:12 +0000 |
commit | 968c62c6fbc9cd1fa4488b835da6c291ebc885e6 (patch) | |
tree | 57498af909660129f51b9c8c5792e61977855025 /mail | |
parent | 4fa23dabbdce9cfbfde47abd0a56ee7c4127b8c2 (diff) |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dracmail/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-mailparse2/Makefile | 2 | ||||
-rw-r--r-- | mail/pecl-pop3/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/dracmail/Makefile b/mail/dracmail/Makefile index 95a11ea58bfc..fe1f55ea01be 100644 --- a/mail/dracmail/Makefile +++ b/mail/dracmail/Makefile @@ -14,7 +14,7 @@ COMMENT= DracMail is a webmail interface built using PHP DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 USE_PHP+= mysql imap dom tidy iconv mbstring USE_MYSQL= yes NO_BUILD= yes diff --git a/mail/pecl-mailparse2/Makefile b/mail/pecl-mailparse2/Makefile index 914b16ea1af7..f5d8732ebfae 100644 --- a/mail/pecl-mailparse2/Makefile +++ b/mail/pecl-mailparse2/Makefile @@ -16,7 +16,7 @@ LICENSE= PHP202 USES= php:pecl USE_PHP= mbstring:build -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 PORTSCOUT= limit:^2.* diff --git a/mail/pecl-pop3/Makefile b/mail/pecl-pop3/Makefile index f06114bbe108..f97e49648aa0 100644 --- a/mail/pecl-pop3/Makefile +++ b/mail/pecl-pop3/Makefile @@ -13,6 +13,6 @@ DEPRECATED= Works only with EOL php 5.6 EXPIRATION_DATE= 2018-12-30 USES= php:pecl -IGNORE_WITH_PHP= 70 71 72 73 +IGNORE_WITH_PHP= 71 72 73 .include <bsd.port.mk> |