git: d9c3b22b4f0d - main - net-p2p/go-ethereum: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 19:33:56 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9c3b22b4f0d0cf6cd345b80bb17568466493408 commit d9c3b22b4f0d0cf6cd345b80bb17568466493408 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-23 19:33:42 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-23 19:33:42 +0000 net-p2p/go-ethereum: Add CPE information Approved by: portmgr (blanket) --- net-p2p/go-ethereum/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-p2p/go-ethereum/Makefile b/net-p2p/go-ethereum/Makefile index c0391d0d7739..8a8b1a7ff069 100644 --- a/net-p2p/go-ethereum/Makefile +++ b/net-p2p/go-ethereum/Makefile @@ -11,7 +11,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libiconv.so:converters/libiconv -USES= go:modules +USES= cpe go:modules +CPE_VENDOR= ethereum +CPE_PRODUCT= go_ethereum OPTIONS_DEFINE= DEVTOOLS OPTIONS_SUB= yes