aboutsummaryrefslogtreecommitdiff
path: root/devel/git-codereview/Makefile
blob: f06bb832d265403cd5b99864208b2593d6c194f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	git-codereview
DISTVERSION=	1.11.0
DISTVERSIONPREFIX=	v
PORTREVISION=	2
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>