aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-21 15:40:43 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-21 15:40:43 +0000
commit68e173de420582d96272838f15af409a56335b85 (patch)
treee5618a23238a604091bc9075328fca77f3fccc89
parentdd6cec3836f8d3f42c1d8d159feea6c8759d8617 (diff)
downloadports-68e173de420582d96272838f15af409a56335b85.tar.gz
ports-68e173de420582d96272838f15af409a56335b85.zip
textproc/ripgrep: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--textproc/ripgrep/Makefile3
1 files changed, 2 insertions, 1 deletions
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