2026-02-11 14:21:45 -05:00

21 lines
365 B
Makefile

PORTNAME= jsonfmt
PORTVERSION= 0.5.2
DISTVERSIONPREFIX= v
PORTREVISION= 3
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>