mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
devel/debug: adds wrapper for php-xdebug
This commit is contained in:
parent
5d8f53d626
commit
4691df70ff
1 changed files with 7 additions and 0 deletions
7
devel/debug/Makefile
Normal file
7
devel/debug/Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
PLUGIN_NAME= debug
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Debugging Tools
|
||||
PLUGIN_DEPENDS= php-xdebug
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
Loading…
Reference in a new issue