opnsense-ports/devel/git-codereview/Makefile
Franco Fichtner 2770985b22 */*: sync with upstream
Taken from: FreeBSD
2023-02-10 10:43:13 +01:00

25 lines
478 B
Makefile

PORTNAME= git-codereview
PORTVERSION= 1.0.3
DISTVERSIONPREFIX= v
PORTREVISION= 9
CATEGORIES= devel
MAINTAINER= swills@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>