aboutsummaryrefslogtreecommitdiff
path: root/net/grpcui/Makefile
blob: 43b0670dbf6a7fd0f4a8b7e910ffac1d5fcc2b3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	grpcui
DISTVERSIONPREFIX=	v
DISTVERSION=	1.3.3
PORTREVISION=	3
CATEGORIES=	net www

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Interactive web UI for gRPC, along the lines of postman
WWW=		https://github.com/fullstorydev/grpcui

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/fullstorydev/grpcui
GO_TARGET=	./cmd/${PORTNAME}

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>