Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Dec 2020 14:41:02 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r557904 - head/benchmarks/iperf
Message-ID:  <202012131441.0BDEf2Ll030720@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012131441.0BDEf2Ll030720>