freebsd-ports/net/cloudquery/Makefile
2022-10-06 14:24:26 -05:00

20 lines
383 B
Makefile

PORTNAME= cloudquery
DISTVERSIONPREFIX= v
DISTVERSION= 0.31.0
PORTREVISION= 4
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>