summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2016-11-30 16:55:37 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2016-11-30 16:55:37 +0000
commit0cafd58b01ccbc987571169ac9f6487592ed3b01 (patch)
treec9acdd78a700f12f4f05212189a4a100a906544c /net-im
parentAdd linux-*-expat to CVE-2016-0718 entry. (diff)
net-im/pecl-stomp2: remove PHP_VER
Also remove IGNORE_WITH_PHP= 55 - PHP 5.5 is gone Approved by: mentors (implicit)
Notes
Notes: svn path=/head/; revision=427440
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pecl-stomp2/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/pecl-stomp2/Makefile b/net-im/pecl-stomp2/Makefile
index acbe3dfdc8e8..5b54297e0cca 100644
--- a/net-im/pecl-stomp2/Makefile
+++ b/net-im/pecl-stomp2/Makefile
@@ -17,8 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^2.*
USES= php:ext tar:tgz
-PHP_VER= 70
-IGNORE_WITH_PHP= 55 56
+IGNORE_WITH_PHP= 56
CONFLICTS= pecl-stomp-1*
.include <bsd.port.mk>