aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:12:45 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-25 20:28:48 +0000
commit6cf2c76aa6d49b473f94694d396c5a5826113a72 (patch)
tree1597be826afb7a15398cc2c4422b9fa268f057a1
parent82d01adc22fee671c6526a9b312db600f9eceb7b (diff)
downloadports-6cf2c76aa6d49b473f94694d396c5a5826113a72.tar.gz
ports-6cf2c76aa6d49b473f94694d396c5a5826113a72.zip
devel/bazel029: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/bazel029/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bazel029/Makefile b/devel/bazel029/Makefile
index 6390fcd9d6b5..cfcb4be4fcb4 100644
--- a/devel/bazel029/Makefile
+++ b/devel/bazel029/Makefile
@@ -25,13 +25,15 @@ BUILD_DEPENDS= bash:shells/bash \
CONFLICTS_INSTALL= bazel
-USES= python:3.3+ shebangfix zip:infozip
+USES= cpe python:3.3+ shebangfix zip:infozip
# In bazel, a release is always code-wise identical to the final release candidate.
# Hence we can also download that one and so have a simple way to also test earlier release
# candidates.
FINALRC= 8
+CPE_VENDOR= google
+
SHEBANG_REGEX= .*(sh|txt|_stub|stub_.*|bazel|get_workspace_status|protobuf_support|_so)
USE_JAVA= yes
JAVA_VENDOR= openjdk