mirror of
https://github.com/opnsense/plugins.git
synced 2026-02-03 20:40:37 -05:00
8 lines
248 B
Makefile
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"
|