1
0
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:
Dirk Meyer 2022-08-08 21:01:31 -07:00 committed by Xin LI
parent cab2866cbc
commit 30af7d897b

View File

@ -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