freebsd-ports/textproc/jqp/Makefile

21 lines
373 B
Makefile

PORTNAME= jqp
DISTVERSIONPREFIX= v
DISTVERSION= 0.7.0
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= TUI playground to experiment with jq
WWW= https://github.com/noahgorstein/jqp
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.22,modules
GO_MODULE= github.com/noahgorstein/jqp
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>