blob: 061e013a631682fa7a40c37ab3dd6bf7d10f187a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= buf
DISTVERSIONPREFIX= v
DISTVERSION= 1.32.1
PORTREVISION= 8
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= CLI tool for working with Protocol Buffers
WWW= https://buf.build/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= jq:textproc/jq
USES= go:modules
GO_MODULE= github.com/bufbuild/buf
GO_TARGET= ./cmd/buf \
./cmd/protoc-gen-buf-breaking \
./cmd/protoc-gen-buf-lint
PLIST_FILES= bin/buf \
bin/protoc-gen-buf-breaking \
bin/protoc-gen-buf-lint
.include <bsd.port.mk>
|