freebsd-ports/devel/git-codereview/Makefile
2023-06-20 14:05:10 +02:00

24 lines
460 B
Makefile

PORTNAME= git-codereview
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
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
USE_GITHUB= yes
GH_ACCOUNT= golang
GH_PROJECT= review
GO_PKGNAME= golang.org/x/review
GO_TARGET= ./git-codereview
PLIST_FILES= bin/git-codereview
.include <bsd.port.mk>