pkgsrc/devel/go-review/Makefile
bsiegert f781a3b530 New package, go-review.
This package contains the git-codereview tool that the upstream Go
project uses for working with Gerrit.

It is probably mainly useful if you want to submit code to Go itself,
though it may be usable for other projects too.
2016-02-13 18:07:55 +00:00

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1 2016/02/13 18:07:55 bsiegert Exp $
#
DISTNAME= review
PKGNAME= go-review-20160213
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=golang/}
GITHUB_PROJECT= ${DISTNAME}
GITHUB_TAG= 36fe892ba0
MAINTAINER= bsiegert@NetBSD.org
HOMEPAGE= http://golang.org/
COMMENT= Git Codereview plugin used by the Go project
LICENSE= modified-bsd
GO_SRCPATH= golang.org/x/review
GO_DIST_BASE= ${DISTNAME}-${GITHUB_TAG}*
.include "../../lang/go/go-package.mk"
.include "../../mk/bsd.pkg.mk"