devel/debug: adds wrapper for php-xdebug

This commit is contained in:
Franco Fichtner 2016-10-22 15:53:30 +02:00
parent 5d8f53d626
commit 4691df70ff

7
devel/debug/Makefile Normal file
View 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"