mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
34 lines
1.0 KiB
Makefile
34 lines
1.0 KiB
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= grpcui
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 0.2.1-1
|
|
DISTVERSIONSUFFIX= -g7e72ced
|
|
CATEGORIES= net www
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Interactive web UI for gRPC, along the lines of postman
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= fullstorydev
|
|
GH_SUBDIR= src/github.com/fullstorydev/grpcui
|
|
GH_TUPLE= \
|
|
fullstorydev:grpcurl:v1.3.2:fullstorydev_grpcurl/vendor/github.com/fullstorydev/grpcurl \
|
|
golang:net:f3200d17e092:golang_net/vendor/golang.org/x/net \
|
|
golang:protobuf:v1.3.1:golang_protobuf/vendor/github.com/golang/protobuf \
|
|
golang:sys:d0b11bdaac8a:golang_sys/vendor/golang.org/x/sys \
|
|
golang:text:v0.3.0:golang_text/vendor/golang.org/x/text \
|
|
google:go-genproto:c66870c02cf8:google_go_genproto/vendor/google.golang.org/genproto \
|
|
grpc:grpc-go:v1.21.0:grpc_grpc_go/vendor/google.golang.org/grpc \
|
|
jhump:protoreflect:v1.5.0:jhump_protoreflect/vendor/github.com/jhump/protoreflect
|
|
|
|
GO_TARGET= ./cmd/${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|