Commit cf7b3c11 authored by Franco Fichtner's avatar Franco Fichtner

pkg: remove tokenizer, was used for style checker

The style checking is done in the build system, so there's no need
to keep this here.  A more dynamic way needs to be devised at some
point that allows plugging PHP modules into the code, but it's not
overly important.

Suggested by: @fabianfrz
parent db5a48fd
......@@ -93,7 +93,6 @@ CORE_DEPENDS?= apinger \
php56-simplexml \
php56-sockets \
php56-sqlite3 \
php56-tokenizer \
php56-xml \
php56-zlib \
py27-Jinja2 \
......
......@@ -71,7 +71,6 @@ PHPMODULES="$PHPMODULES bcmath"
PHPMODULES="$PHPMODULES filter"
# OPNsense
PHPMODULES="$PHPMODULES phalcon"
PHPMODULES="$PHPMODULES tokenizer"
# Clear the .ini file to make sure we are clean
rm -f /usr/local/etc/php/extensions.ini
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment