git: aae0ca812943 - main - devel/flatbuffers: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:18 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=aae0ca812943c602b256059fa4d23ef990d938ae
commit aae0ca812943c602b256059fa4d23ef990d938ae
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:15 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:15 +0000
devel/flatbuffers: Add CPE information
Approved by: portmgr (blanket)
---
devel/flatbuffers/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/flatbuffers/Makefile b/devel/flatbuffers/Makefile
index 41b051669f6c..38a88d5e373d 100644
--- a/devel/flatbuffers/Makefile
+++ b/devel/flatbuffers/Makefile
@@ -11,7 +11,8 @@ COMMENT= Memory efficient serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-USES= cmake compiler:c++11-lib
+USES= cmake compiler:c++11-lib cpe
+CPE_VENDOR= google
USE_LDCONFIG= yes
USE_GITHUB= yes