PORTNAME=	jsonfmt
PORTVERSION=	0.5.2
DISTVERSIONPREFIX=	v
PORTREVISION=	5
CATEGORIES=	textproc

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Like gofmt, but for JSON files
WWW=		https://github.com/caarlos0/jsonfmt

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/LICENSE

USES=		go:modules

GO_MODULE=	github.com/caarlos0/jsonfmt

PLIST_FILES=	bin/jsonfmt

.include <bsd.port.mk>
