mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-24 10:10:23 -05:00
11 lines
324 B
Makefile
11 lines
324 B
Makefile
PLUGIN_NAME= debug
|
|
PLUGIN_VERSION= 1.5
|
|
PLUGIN_COMMENT= Debugging Tools
|
|
PLUGIN_DEPENDS= php${PLUGIN_PHP}-pear-PHP_CodeSniffer \
|
|
php${PLUGIN_PHP}-pecl-xdebug \
|
|
phpunit9-php${PLUGIN_PHP} \
|
|
py${PLUGIN_PYTHON}-pycodestyle \
|
|
p5-File-Slurp git
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
|
|
.include "../../Mk/plugins.mk"
|