Files

15 lines
404 B
Makefile
Raw Permalink Normal View History

2016-10-22 15:53:30 +02:00
PLUGIN_NAME= debug
PLUGIN_VERSION= 1.7
2016-10-22 15:53:30 +02:00
PLUGIN_COMMENT= Debugging Tools
2018-03-17 10:26:05 +01:00
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 \
2024-11-18 17:14:04 +01:00
p5-File-Slurp git jq
2016-10-22 15:53:30 +02:00
PLUGIN_MAINTAINER= franco@opnsense.org
PLUGIN_TIER= 2
2016-10-22 15:53:30 +02:00
.include "../../Mk/plugins.mk"