cf118ccf87
Reported by: lwhsu
20 lines
350 B
Makefile
20 lines
350 B
Makefile
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>
|