opnsense-plugins/net/iperf/Makefile
Fabian Franz, BSc f251987504
iperf: add entry to readme and fix makefile (#407)
* iperf: add entry to readme and fix makefile

* net/iperf: change plugin comment
2017-12-02 09:47:32 +01:00

8 lines
248 B
Makefile

PLUGIN_NAME= iperf
PLUGIN_VERSION= 0.0.1
PLUGIN_COMMENT= iperf connection speed tester
PLUGIN_DEPENDS= iperf3 ruby
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
PLUGIN_DEVEL= yes
.include "../../Mk/plugins.mk"