www/phpbb3: Add tokenizer as dependency
- Bump PORTREVISION - Add tokenizer as dependency PR: 219194 Reported by: rene Approved by: tz (mentor) Differential Revision: https://review.freebsd.org/D10785
This commit is contained in:
parent
76faa112f0
commit
5167f5bcea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441134
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= phpbb
|
||||
PORTVERSION= 3.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://www.phpbb.com/files/release/
|
||||
PKGNAMESUFFIX= 3
|
||||
@ -13,11 +14,10 @@ COMMENT= PHP-based bulletin board / discussion forum system
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
CONFLICTS= phpbb-tw-[0-9]* phpbb-devel-[0-9]* \
|
||||
phpbb-[0-2]*
|
||||
CONFLICTS= phpbb-[0-2]*
|
||||
|
||||
USES= php tar:bzip2
|
||||
USE_PHP= ctype hash json
|
||||
USE_PHP= ctype hash json tokenizer
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user