git: 30f47fc3b871 - main - sysutils/minikube: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:36:32 UTC
The branch main has been updated by se:
URL: https://cgit.FreeBSD.org/ports/commit/?id=30f47fc3b8711a4deda4f5de3027f76974884eb3
commit 30f47fc3b8711a4deda4f5de3027f76974884eb3
Author: Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-21 14:27:13 +0000
Commit: Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-21 14:27:13 +0000
sysutils/minikube: Add CPE information
Approved by: portmgr (blanket)
---
sysutils/minikube/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sysutils/minikube/Makefile b/sysutils/minikube/Makefile
index 12978bfcbdfe..6eec6343fe57 100644
--- a/sysutils/minikube/Makefile
+++ b/sysutils/minikube/Makefile
@@ -13,7 +13,8 @@ LICENSE= APACHE20
BUILD_DEPENDS= go-bindata:devel/go-bindata
RUN_DEPENDS= kubectl:sysutils/kubectl
-USES= go:modules
+USES= cpe go:modules
+CPE_VENDOR= kubernetes
USE_GITHUB= yes
GH_ACCOUNT= kubernetes