Files
bsdports/net/iperf2/Makefile
2019-12-26 07:26:06 +00:00

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