mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
devel/debug: flavours for PHP are coming...
This commit is contained in:
parent
e94878ba05
commit
9f36d9d98e
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,9 @@
|
|||
PLUGIN_NAME= debug
|
||||
PLUGIN_VERSION= 1.2
|
||||
PLUGIN_COMMENT= Debugging Tools
|
||||
PLUGIN_DEPENDS= pear-PHP_CodeSniffer pecl-xdebug phpunit6
|
||||
PLUGIN_DEPENDS= php${PRODUCT_PHP}-pear-PHP_CodeSniffer \
|
||||
php${PRODUCT_PHP}-pecl-xdebug \
|
||||
phpunit6-php${PRODUCT_PHP}
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue