freebsd-ports/net/cloudquery/Makefile
2023-03-09 14:18:07 -05:00

20 lines
383 B
Makefile

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