aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:17 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 21:30:17 +0000
commit4f6a796c67903a9a8e79e973b8ff0b0ec36319fb (patch)
treeed0a00296aa94ac1837b9e5813643e7c876e7908
parentc87dc2a0ec14626c13fdfcb7072e337e56597ce9 (diff)
downloadports-4f6a796c67903a9a8e79e973b8ff0b0ec36319fb.tar.gz
ports-4f6a796c67903a9a8e79e973b8ff0b0ec36319fb.zip
devel/go-protobuf: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--devel/go-protobuf/Makefile3
1 files changed, 2 insertions, 1 deletions
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