mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
23 lines
301 B
Makefile
23 lines
301 B
Makefile
#
|
|
#
|
|
#
|
|
PORTNAME= iperf
|
|
PORTVERSION= 2.0.5
|
|
CATEGORIES= benchmarks
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Tool to measure maximum TCP and UDP bandwidth
|
|
|
|
#LICENSE= BSD2CLAUSE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1+= iperf.1
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|