mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
www/dokuwiki: Require PHP filter module.
PR: ports/265709 MFH: 2022Q3
This commit is contained in:
parent
cab2866cbc
commit
30af7d897b
@ -1,5 +1,6 @@
|
||||
PORTNAME= dokuwiki
|
||||
PORTVERSION= ${DIST_VER:S/${PORTNAME}//:S/-//g}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://download.dokuwiki.org/src/dokuwiki/
|
||||
DISTNAME= ${DIST_VER}
|
||||
@ -17,7 +18,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/vendor/composer/LICENSE
|
||||
|
||||
DIST_VER= ${PORTNAME}-2022-07-31
|
||||
USES= cpe php:web shebangfix tar:tgz
|
||||
USE_PHP= gd hash json mbstring openssl pcre session xml zlib
|
||||
USE_PHP= filter gd hash json mbstring openssl pcre session xml zlib
|
||||
NO_ARCH= YES
|
||||
NO_BUILD= YES
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user