git: 6cf2c76aa6d4 - main - devel/bazel029: Add CPE information
Bernhard Froehlich
decke at FreeBSD.org
Sat Sep 25 20:29:56 UTC 2021
The branch main has been updated by decke:
URL: https://cgit.FreeBSD.org/ports/commit/?id=6cf2c76aa6d49b473f94694d396c5a5826113a72
commit 6cf2c76aa6d49b473f94694d396c5a5826113a72
Author: Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-25 20:12:45 +0000
Commit: Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-25 20:28:48 +0000
devel/bazel029: Add CPE information
Approved by: portmgr (blanket)
---
devel/bazel029/Makefile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
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
More information about the dev-commits-ports-all
mailing list