aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-13 13:15:57 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-13 13:15:57 +0000
commit3bc5d5b48c4ee377f02ebc25d9957effb3b98813 (patch)
treea69d5c048a9cdcfc76a681f0fa54aaf89ec409d8
parent0e0ecc1712aecb602d48101e23aa7ab3e4d4487a (diff)
downloadports-3bc5d5b48c4ee377f02ebc25d9957effb3b98813.tar.gz
ports-3bc5d5b48c4ee377f02ebc25d9957effb3b98813.zip
security/vault: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--security/vault/Makefile3
1 files changed, 2 insertions, 1 deletions
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 \