aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:09:33 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:28:46 +0000
commit4292bb7ff2b7ee903d0261bcd9b8d575520daed4 (patch)
tree77cde4f4c630cd398046f3fd31ce51854f88a082
parentad40eec1a04b3aa0d651b4b4aa6a7384c0312597 (diff)
downloadports-4292bb7ff2b7ee903d0261bcd9b8d575520daed4.tar.gz
ports-4292bb7ff2b7ee903d0261bcd9b8d575520daed4.zip
devel/avro-cpp: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/avro-cpp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/avro-cpp/Makefile b/devel/avro-cpp/Makefile
index 281500ec4f01..f16f378b6bbe 100644
--- a/devel/avro-cpp/Makefile
+++ b/devel/avro-cpp/Makefile
@@ -15,12 +15,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libboost_regex.so:devel/boost-libs \
libsnappy.so:archivers/snappy
-USES= cmake compiler:c++11-lang
+USES= cmake compiler:c++11-lang cpe
USE_CXXSTD= c++11
USE_LDCONFIG= yes
WRKSRC_SUBDIR= lang/c++
+CPE_VENDOR= apache
+
PLIST_SUB= PORTVERSION=${PORTVERSION}
GH_ACCOUNT= apache