diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-10-27 07:21:21 +0800 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2020-10-27 07:21:21 +0800 |
commit | a54a468201a230ddae6859304ba264d9d7a310bd (patch) | |
tree | 4eecd043e966b43e723f03aaaf04134f1a02d4e3 /math/pecl-stats2 | |
parent | ad26761b845408936c6b12b05eed61cff60b41c0 (diff) | |
download | freebsd-ports-gnome-a54a468201a230ddae6859304ba264d9d7a310bd.tar.gz freebsd-ports-gnome-a54a468201a230ddae6859304ba264d9d7a310bd.tar.zst freebsd-ports-gnome-a54a468201a230ddae6859304ba264d9d7a310bd.zip |
math/pecl-stats2: Ignore with PHP 8.0
Reported by: pkg-fallout
Diffstat (limited to 'math/pecl-stats2')
-rw-r--r-- | math/pecl-stats2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/pecl-stats2/Makefile b/math/pecl-stats2/Makefile index baa74cb634ed..b0de4973d61d 100644 --- a/math/pecl-stats2/Makefile +++ b/math/pecl-stats2/Makefile @@ -11,6 +11,7 @@ LICENSE= PHP301 LICENSE_FILE= ${WRKSRC}/LICENSE USES= php:pecl +IGNORE_WITH_PHP= 80 CONFLICTS= pecl-stats-1* PORTSCOUT= limit:^2.* |