21 lines
365 B
Makefile
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>
|