git: 62af13495903 - main - sysutils/consul: Add CPE information

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=62af1349590346e6484259e0d6f86b9c97913543

commit 62af1349590346e6484259e0d6f86b9c97913543
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-13 13:50:42 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-13 13:52:57 +0000

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

diff --git a/sysutils/consul/Makefile b/sysutils/consul/Makefile
index d1eb8909bbe4..c3280166485e 100644
--- a/sysutils/consul/Makefile
+++ b/sysutils/consul/Makefile
@@ -9,7 +9,8 @@ COMMENT=	Service discovery and configuration made easy
 LICENSE=	MPL20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	hashicorp
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	hashicorp