svn commit: r557904 - head/benchmarks/iperf

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Dec 13 14:41:05 UTC 2020


Author: sunpoet
Date: Sun Dec 13 14:41:01 2020
New Revision: 557904
URL: https://svnweb.freebsd.org/changeset/ports/557904

Log:
  Add USES=cpe

Modified:
  head/benchmarks/iperf/Makefile

Modified: head/benchmarks/iperf/Makefile
==============================================================================
--- head/benchmarks/iperf/Makefile	Sun Dec 13 14:40:57 2020	(r557903)
+++ head/benchmarks/iperf/Makefile	Sun Dec 13 14:41:01 2020	(r557904)
@@ -12,11 +12,15 @@ 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


More information about the svn-ports-all mailing list