Files
ports/devel/git-codereview/Makefile
T
2026-05-14 10:54:15 +02:00

20 lines
412 B
Makefile

PORTNAME= git-codereview
DISTVERSIONPREFIX= v
DISTVERSION= 1.20.0
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>