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:
parent
5203204dff
commit
64aadd615c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue