git: 03f412ffc014 - main - devel/bingrep: Add CPE information

From: Bernhard Froehlich <decke_at_FreeBSD.org>
Date: Fri, 18 Mar 2022 13:26:06 UTC
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=03f412ffc0144062f9165262eca7068f27daf96d

commit 03f412ffc0144062f9165262eca7068f27daf96d
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2022-03-18 13:04:25 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2022-03-18 13:23:48 +0000

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

diff --git a/devel/bingrep/Makefile b/devel/bingrep/Makefile
index 762918f66b1a..ea3657f5fdec 100644
--- a/devel/bingrep/Makefile
+++ b/devel/bingrep/Makefile
@@ -10,10 +10,12 @@ COMMENT=	Grep through binaries
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cargo
+USES=		cargo cpe
 USE_GITHUB=	yes
 GH_ACCOUNT=	m4b
 
+CPE_VENDOR=	bingrep_project
+
 CARGO_CRATES=	aho-corasick-0.7.15 \
 		ansi_term-0.11.0 \
 		anyhow-1.0.38 \