1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/devel/golint/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

24 lines
423 B
Makefile

PORTNAME= golint
PORTVERSION= g20190409
PORTREVISION= 1
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>