diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:12 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-14 21:30:12 +0000 |
commit | 2e2cbaa95b0a6385e0b022dacff2d24827135761 (patch) | |
tree | 634ab9b8e189254114a15904b0d1e0a56d65b3b0 | |
parent | ed975092a46696d73e23dc9cada2b36450a535a5 (diff) |
devel/binaryen: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/binaryen/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |