git: 6a349b55e369 - main - dns/dnstracer: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 08 Oct 2021 11:44:26 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6a349b55e369fb46697eb3414f5c87ddc28ffc2a

commit 6a349b55e369fb46697eb3414f5c87ddc28ffc2a
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-08 11:05:30 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-08 11:05:30 +0000

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

diff --git a/dns/dnstracer/Makefile b/dns/dnstracer/Makefile
index aa8bba4dc6da..a8d40f5f2f26 100644
--- a/dns/dnstracer/Makefile
+++ b/dns/dnstracer/Makefile
@@ -11,9 +11,11 @@ COMMENT=	Trace a chain of DNS servers to the source
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		perl5 tar:bz2
+USES=		cpe perl5 tar:bz2
 USE_PERL5=	build
 
+CPE_VENDOR=	dnstracer_project
+
 MAKE_ARGS=	VERSION="${PORTVERSION}"
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PLIST_FILES=	bin/dnstracer \