diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:41:01 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2020-12-13 14:41:01 +0000 |
commit | 987a58c7925d94d35c3158ad3a0772e1096d58ed (patch) | |
tree | 37a7165fc99737ad9b3d15e2f24dae86e41e4167 /benchmarks | |
parent | 3f4be7ca230dfa9b5def42e0d7d7aa9132d076d7 (diff) | |
download | ports-987a58c7925d94d35c3158ad3a0772e1096d58ed.tar.gz ports-987a58c7925d94d35c3158ad3a0772e1096d58ed.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/iperf/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmarks/iperf/Makefile b/benchmarks/iperf/Makefile index ddf4bde66960..fc777803bec6 100644 --- a/benchmarks/iperf/Makefile +++ b/benchmarks/iperf/Makefile @@ -12,12 +12,16 @@ COMMENT= Tool to measure maximum TCP and UDP bandwidth LICENSE= BSD2CLAUSE +USES= cpe + GNU_CONFIGURE= yes PLIST_FILES= bin/iperf \ man/man1/iperf.1.gz PORTDOCS= * +CPE_VENDOR= iperf_project + OPTIONS_DEFINE= DOCS IPV6 THREADS OPTIONS_DEFAULT=THREADS |