summaryrefslogtreecommitdiff
path: root/net/cloudquery/Makefile
blob: 8604a7eddafb788ec969b29e48651fb2abc1de13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	cloudquery
DISTVERSIONPREFIX=	v
DISTVERSION=	0.31.0
PORTREVISION=	3
CATEGORIES=	net

MAINTAINER=	se@FreeBSD.org
COMMENT=	Transform cloud infrastructure into queryable SQL tables
WWW=		https://cloudquery.io/

LICENSE=	MPL20
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/cloudquery/cloudquery

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>