aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-18 19:18:53 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-18 19:25:53 +0000
commitdc068db8e080bd615a97c0c9706aeeddba94128d (patch)
tree10aeccb32bf5b2ab5b568e363f78e18ea6e15d17
parent4e7cdbe91239c663b2d176fecf972cd8e7df9f55 (diff)
downloadports-dc068db8e080bd615a97c0c9706aeeddba94128d.tar.gz
ports-dc068db8e080bd615a97c0c9706aeeddba94128d.zip
devel/thrift-cpp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/thrift-cpp/Makefile3
1 files changed, 2 insertions, 1 deletions
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}"