git: 77b665cec395 - main - devel/fbthrift: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Jun 2026 19:16:57 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=77b665cec395c3048c75a619ec31bc14ccee873c
commit 77b665cec395c3048c75a619ec31bc14ccee873c
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-08 18:45:08 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-08 19:08:55 +0000
devel/fbthrift: Add CPE information
---
devel/fbthrift/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile
index 59d2e865edca..f27774f4e820 100644
--- a/devel/fbthrift/Makefile
+++ b/devel/fbthrift/Makefile
@@ -30,7 +30,9 @@ LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libxxhash.so:devel/xxhash \
libzstd.so:archivers/zstd
-USES= bison cmake:testing compiler:c++17-lang ssl
+USES= bison cmake:testing compiler:c++17-lang cpe ssl
+CPE_PRODUCT= thrift
+CPE_VENDOR= facebook
USE_LDCONFIG= yes
USE_GITHUB= yes