git: 4f6a796c6790 - main - devel/go-protobuf: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:25 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=4f6a796c67903a9a8e79e973b8ff0b0ec36319fb commit 4f6a796c67903a9a8e79e973b8ff0b0ec36319fb Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:17 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:17 +0000 devel/go-protobuf: Add CPE information Approved by: portmgr (blanket) --- devel/go-protobuf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/go-protobuf/Makefile b/devel/go-protobuf/Makefile index 887a4eaa2aba..94914738868b 100644 --- a/devel/go-protobuf/Makefile +++ b/devel/go-protobuf/Makefile @@ -14,7 +14,8 @@ COMMENT= Protocol Buffers for Go with Gadgets LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go +USES= cpe go +CPE_VENDOR= golang USE_GITHUB= yes GH_ACCOUNT= gogo