blob: 30666a490821c9666b3e3e264379b5218d97807f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= api-linter
DISTVERSIONPREFIX= v
DISTVERSION= 1.71.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= bofh@FreeBSD.org
COMMENT= Google API Linter
WWW= https://github.com/googleapis/api-linter/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:modules
GO_MODULE= github.com/googleapis/api-linter
GO_TARGET= ./cmd/${PORTNAME}
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>
|