git: c856d5ef7998 - main - sysutils/kubectl: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 20:39:24 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=c856d5ef79983c3a09bb0a7d4d0a2f0bf69bbac6 commit c856d5ef79983c3a09bb0a7d4d0a2f0bf69bbac6 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 20:38:32 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 20:38:32 +0000 sysutils/kubectl: Add CPE information Approved by: portmgr (blanket) --- sysutils/kubectl/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index 4272566240fd..7bbb56a924e4 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -10,7 +10,9 @@ COMMENT= Kubernetes command-line tool LICENSE= APACHE20 -USES= go:modules +USES= cpe go:modules +CPE_VENDOR= jenkins +CPE_PRODUCT= kubernetes USE_GITHUB= yes GH_ACCOUNT= kubernetes