www/dokuwiki: Mark IGNORE with PHP 8.0 or later

Current latest release of DokuWiki isn't compatible with PHP 8.
Development is currently underway by upstream, and it seems to be
expected that new version that supports PHP 8 will be released before
the EoL of PHP 7.4. But anyway mark IGNORE with PHP 8.0 or later for
now.

PR:		261656
Approved by:	delphij (maintainer)
This commit is contained in:
Yasuhiro Kimura 2022-02-02 01:28:51 +09:00
parent 5203204dff
commit 64aadd615c

View file

@ -20,6 +20,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE
DIST_VER= ${PORTNAME}-2020-07-29
USES= cpe php:web shebangfix tar:tgz
USE_PHP= gd hash json mbstring openssl pcre session xml zlib
IGNORE_WITH_PHP= 80 81
NO_ARCH= YES
NO_BUILD= YES