mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-19 02:29:23 -05:00
14 lines
404 B
Makefile
14 lines
404 B
Makefile
PLUGIN_NAME= debug
|
|
PLUGIN_VERSION= 1.7
|
|
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 \
|
|
py${PLUGIN_PYTHON}-pytest \
|
|
py${PLUGIN_PYTHON}-scapy \
|
|
p5-File-Slurp git jq
|
|
PLUGIN_MAINTAINER= franco@opnsense.org
|
|
PLUGIN_TIER= 2
|
|
|
|
.include "../../Mk/plugins.mk"
|