aboutsummaryrefslogtreecommitdiff
path: root/math/pecl-stats2
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-10-24 19:39:05 +0000
committerRene Ladan <rene@FreeBSD.org>2016-10-24 19:39:05 +0000
commit4a577e2d5d4bedef0ab21cb338dabad621feb4dc (patch)
treed151dd166185651709a53771dc423b557738a2c7 /math/pecl-stats2
parent1e18f5bbd406a4c6cb0a731ddf81c1af223f575d (diff)
downloadports-4a577e2d5d4bedef0ab21cb338dabad621feb4dc.tar.gz
ports-4a577e2d5d4bedef0ab21cb338dabad621feb4dc.zip
Now that PHP 5.5 is removed from the Ports Tree, clean up any stale
IGNORE_WITH_PHP values (5, 52, 54, 55)
Notes
Notes: svn path=/head/; revision=424590
Diffstat (limited to 'math/pecl-stats2')
-rw-r--r--math/pecl-stats2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile
index 431bc68f4a25..37b4cf4ddb56 100644
--- a/math/pecl-stats2/Makefile
+++ b/math/pecl-stats2/Makefile
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
PORTSCOUT= limit:^2.*
USES= php:ext tar:tgz
-IGNORE_WITH_PHP= 55 56
+IGNORE_WITH_PHP= 56
CONFLICTS= pecl-stats-1*
.include <bsd.port.mk>