git: 0e036d7ac3a3 - main - benchmarks/iperf3: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Tue, 05 Oct 2021 19:15:56 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e036d7ac3a3990da9f5942cea3cbab7b6c7cbbc

commit 0e036d7ac3a3990da9f5942cea3cbab7b6c7cbbc
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 18:54:18 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 19:11:47 +0000

    benchmarks/iperf3: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 benchmarks/iperf3/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/benchmarks/iperf3/Makefile b/benchmarks/iperf3/Makefile
index 4f49a10628e5..f24d8a818cd1 100644
--- a/benchmarks/iperf3/Makefile
+++ b/benchmarks/iperf3/Makefile
@@ -13,10 +13,12 @@ COMMENT=	Improved tool to measure TCP and UDP bandwidth
 LICENSE=	BSD3CLAUSE MIT
 LICENSE_COMB=	multi
 
-USES=		libtool ssl
+USES=		cpe libtool ssl
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	iperf_project
+
 PORTDOCS=	README.md RELNOTES.md
 
 # Set ${DOCSDIR} to avoid conflict with benchmarks/iperf ${DOCSDIR}