opnsense-ports/devel/git-codereview/Makefile
Franco Fichtner 83124d6a66 */*: sync with upstream
Taken from: HardenedBSD
2021-01-14 11:13:50 +01:00

22 lines
363 B
Makefile

# $FreeBSD$
PORTNAME= git-codereview
PORTVERSION= 1.0.0
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>