1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/devel/golint/Makefile
Tobias Kortkamp c2fa04ad6d devel/golint: Switch to USES=go
Approved by:	yuri (maintainer)
2019-04-30 08:41:31 +00:00

25 lines
420 B
Makefile

# $FreeBSD$
PORTNAME= golint
PORTVERSION= g20190409
CATEGORIES= devel
MAINTAINER= yuri@FreeBSD.org
COMMENT= Linter for Go source code
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= golang
GH_PROJECT= lint
GH_TAGNAME= 959b441
GH_TUPLE= golang:tools:e65039e:golang_tools/vendor/golang.org/x/tools
GO_TARGET= ./golint
PLIST_FILES= bin/golint
.include <bsd.port.mk>