git: 2e2cbaa95b0a - main - devel/binaryen: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:09 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=2e2cbaa95b0a6385e0b022dacff2d24827135761
commit 2e2cbaa95b0a6385e0b022dacff2d24827135761
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 21:30:12 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 21:30:12 +0000
devel/binaryen: Add CPE information
Approved by: portmgr (blanket)
---
devel/binaryen/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/devel/binaryen/Makefile b/devel/binaryen/Makefile
index c8c29dcb4c35..f335cfe724f6 100644
--- a/devel/binaryen/Makefile
+++ b/devel/binaryen/Makefile
@@ -9,7 +9,8 @@ COMMENT= Compiler infrastructure and toolchain library for WebAssembly
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-USES= cmake python:3.6+,build compiler:c++11-lang
+USES= cmake cpe python:3.6+,build compiler:c++11-lang
+CPE_VENDOR= webassembly
USE_GITHUB= yes
GH_ACCOUNT= WebAssembly
USE_LDCONFIG= yes