git: 68e173de4205 - main - textproc/ripgrep: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 15:43:24 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=68e173de420582d96272838f15af409a56335b85

commit 68e173de420582d96272838f15af409a56335b85
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:43 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:43 +0000

    textproc/ripgrep: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 textproc/ripgrep/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile
index ae00a8389d0c..e49197bfccc5 100644
--- a/textproc/ripgrep/Makefile
+++ b/textproc/ripgrep/Makefile
@@ -15,7 +15,8 @@ LICENSE_FILE_UNLICENSE=	${WRKSRC}/UNLICENSE
 
 BUILD_DEPENDS=	asciidoctor:textproc/rubygem-asciidoctor
 
-USES=		cargo
+USES=		cargo cpe
+CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes
 GH_ACCOUNT=	BurntSushi