git: 241c25456116 - main - net-mgmt/blackbox_exporter: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Tue, 19 Oct 2021 11:15:27 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=241c2545611620cc7f86d37cee82666734dc4abc

commit 241c2545611620cc7f86d37cee82666734dc4abc
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-19 11:14:40 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-19 11:14:40 +0000

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

diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile
index 18cc88fcd58c..9c6a2fdc1261 100644
--- a/net-mgmt/blackbox_exporter/Makefile
+++ b/net-mgmt/blackbox_exporter/Makefile
@@ -12,7 +12,8 @@ COMMENT=	Prometheus exporter for endpoints over HTTP(S), DNS, TCP and ICMP
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		go:modules
+USES=		cpe go:modules
+CPE_VENDOR=	prometheus
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	prometheus