Files
ports/net/grpcui/Makefile
T
2026-07-10 09:54:15 +02:00

22 lines
430 B
Makefile

PORTNAME= grpcui
DISTVERSIONPREFIX= v
DISTVERSION= 1.5.2
PORTREVISION= 1
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:1.24+,modules
GO_MODULE= github.com/fullstorydev/grpcui
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>