From 3bc5d5b48c4ee377f02ebc25d9957effb3b98813 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20E=C3=9Fer?= Date: Wed, 13 Oct 2021 15:15:57 +0200 Subject: [PATCH] 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 \