git: 7e3c14267ad1 - main - textproc/kibana7: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 21 Oct 2021 15:43:09 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7e3c14267ad108e2623de72fdc4081971d6f20e6

commit 7e3c14267ad108e2623de72fdc4081971d6f20e6
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 15:40:39 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 15:40:39 +0000

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

diff --git a/textproc/kibana7/Makefile b/textproc/kibana7/Makefile
index 81d5c9cd54b6..508ecd42f667 100644
--- a/textproc/kibana7/Makefile
+++ b/textproc/kibana7/Makefile
@@ -20,7 +20,8 @@ LIB_DEPENDS=	libre2.so:devel/re2 \
 		libuv.so:devel/libuv
 RUN_DEPENDS=	node14>=14.17.0:www/node14
 
-USES=		compiler:c++14-lang python:build
+USES=		compiler:c++14-lang cpe python:build
+CPE_VENDOR=	elastic
 
 USE_GITHUB=	nodefault
 GH_TUPLE=	nodejs:nan:v${_NODE_NAN_VER}:node_nan \