Files
2026-06-03 19:54:22 +02:00

21 lines
428 B
Makefile

PORTNAME= git-codereview
DISTVERSIONPREFIX= v
DISTVERSION= 1.20.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Command-line tool for working with Gerrit
WWW= https://godoc.org/golang.org/x/review/git-codereview
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= golang.org/x/review
GO_TARGET= ./git-codereview
PLIST_FILES= bin/git-codereview
.include <bsd.port.mk>