git: 3bc5d5b48c4e - main - security/vault: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 13 Oct 2021 13:18:42 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3bc5d5b48c4ee377f02ebc25d9957effb3b98813

commit 3bc5d5b48c4ee377f02ebc25d9957effb3b98813
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:15:57 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:15:57 +0000

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

diff --git a/security/vault/Makefile b/security/vault/Makefile
index c25014b5e082..2098efe59495 100644
--- a/security/vault/Makefile
+++ b/security/vault/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Tool for securely accessing secrets
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	hashicorp
 
 USE_GITHUB=	yes
 GH_TUPLE=	hashicorp:${PORTNAME}:${VAULTTAG}:DEFAULT \