diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:11:24 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:28:47 +0000 |
commit | 82d01adc22fee671c6526a9b312db600f9eceb7b (patch) | |
tree | 0895ed56b1a604488503ceac140dd84f8d2b8e36 | |
parent | 4292bb7ff2b7ee903d0261bcd9b8d575520daed4 (diff) |
devel/bazel: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | devel/bazel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile index f9e596a91960..6d06454c2b07 100644 --- a/devel/bazel/Makefile +++ b/devel/bazel/Makefile @@ -21,9 +21,11 @@ BROKEN_FreeBSD_12_powerpc64= fails to compile: Action failed to execute: java.io BUILD_DEPENDS= bash:shells/bash \ zip:archivers/zip -USES= python:3.3+ shebangfix zip:infozip +USES= cpe python:3.3+ shebangfix zip:infozip SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so) +CPE_VENDOR= google + USE_JAVA= yes JAVA_VERSION= 1.8 JAVA_VENDOR= openjdk |