git: dc068db8e080 - main - devel/thrift-cpp: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Mon, 18 Oct 2021 19:26:23 UTC
The branch main has been updated by se:

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

commit dc068db8e080bd615a97c0c9706aeeddba94128d
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-18 19:18:53 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-18 19:25:53 +0000

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

diff --git a/devel/thrift-cpp/Makefile b/devel/thrift-cpp/Makefile
index ecf081c49d8c..f9e482675818 100644
--- a/devel/thrift-cpp/Makefile
+++ b/devel/thrift-cpp/Makefile
@@ -19,8 +19,9 @@ LIB_DEPENDS=	libboost_system.so:devel/boost-libs \
 
 DISTINFO_FILE=		${.CURDIR}/../thrift/distinfo
 
-USES=			bison cmake pkgconfig compiler:c++11-lang \
+USES=			bison cmake pkgconfig compiler:c++11-lang cpe \
 			libtool pathfix ssl
+CPE_VENDOR=		apache
 USE_LDCONFIG=		yes
 MAKE_JOBS_UNSAFE=	yes
 PLIST_SUB=		PORTVERSION="${THRIFT_PORTVERSION}"