diff --git a/devel/debug/Makefile b/devel/debug/Makefile index 141a79987..ba7fc389e 100644 --- a/devel/debug/Makefile +++ b/devel/debug/Makefile @@ -3,7 +3,9 @@ PLUGIN_VERSION= 1.2 PLUGIN_COMMENT= Debugging Tools PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \ php${PLUGIN_PHP}-pecl-xdebug \ - phpunit6-php${PLUGIN_PHP} + phpunit6-php${PLUGIN_PHP} \ + p5-File-Slurp py27-pep8 \ + vim-console git PLUGIN_MAINTAINER= franco@opnsense.org .include "../../Mk/plugins.mk"