aboutsummaryrefslogtreecommitdiffstats
path: root/net-im
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
committertz <tz@FreeBSD.org>2017-12-14 21:57:28 +0800
commitf07e901a73cb39e74c97208fd96b33c02b3e5a46 (patch)
treeaa74e05ef162dc15fb8341ffff80ef4081efd27c /net-im
parent5ebd651cf20569ce5a4a83ec48fdd58d38300c12 (diff)
downloadfreebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.gz
freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.tar.zst
freebsd-ports-gnome-f07e901a73cb39e74c97208fd96b33c02b3e5a46.zip
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2 i set the IGNORE_WITH_PHP accordingly to the fallout. PR: 222165 Reported by: brnd Approved by: portmgr (blanket) Differential Revision: https://reviews.freebsd.org/D13476
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pecl-stomp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/pecl-stomp/Makefile b/net-im/pecl-stomp/Makefile
index 0a59490d24ad..f244e27f4861 100644
--- a/net-im/pecl-stomp/Makefile
+++ b/net-im/pecl-stomp/Makefile
@@ -15,6 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^1.*
USES= php:pecl
-IGNORE_WITH_PHP= 70 71
+IGNORE_WITH_PHP= 70 71 72
.include <bsd.port.mk>