git: 43d641cef004 - main - devel/cbang: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jun 2026 18:25:31 UTC
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=43d641cef004ede4e6c59affb0d7431f6b5dd3e2
commit 43d641cef004ede4e6c59affb0d7431f6b5dd3e2
Author: Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2026-06-06 18:11:27 +0000
Commit: Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2026-06-06 18:11:27 +0000
devel/cbang: Add CPE information
---
devel/cbang/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/cbang/Makefile b/devel/cbang/Makefile
index d4e804516b31..63cdff4d0a96 100644
--- a/devel/cbang/Makefile
+++ b/devel/cbang/Makefile
@@ -23,8 +23,9 @@ LIB_DEPENDS= libv8.so:lang/v8 \
USE_GITHUB= yes
GH_ACCOUNT= CauldronDevelopmentLLC
-USES= compiler:c++17-lang localbase mysql:client python:test scons \
+USES= compiler:c++17-lang cpe localbase mysql:client python:test scons \
sqlite ssl
+CPE_VENDOR= cauldrondevelopment
USE_CXXSTD= gnu++17
USE_LDCONFIG= yes