blob: 2cc0acd84de032792d96a3b5f5d4fdbdc1e10400 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= git-codereview
PORTVERSION= 1.0.2
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= swills@FreeBSD.org
COMMENT= Command-line tool for working with Gerrit
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>
|