forked from Lainports/freebsd-ports
- Remove custom build/install targets left in place after r505321 - Switch to the new GO_TARGET tuple syntax introduced in r512001 - Switch to go:modules when upstream already uses them Reviewed by: tobik Approved by: araujo (mentor), portmgr (adamw) Differential Revision: https://reviews.freebsd.org/D21741
22 lines
373 B
Makefile
22 lines
373 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= git-codereview
|
|
PORTVERSION= 0.0.0.2016030201
|
|
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
|
|
GH_TAGNAME= 77ae237
|
|
|
|
GO_PKGNAME= golang.org/x/review
|
|
GO_TARGET= ./git-codereview
|
|
|
|
PLIST_FILES= bin/git-codereview
|
|
|
|
.include <bsd.port.mk>
|