Files
ports/textproc/jqp/Makefile
T
2026-07-10 09:54:15 +02:00

21 lines
374 B
Makefile

PORTNAME= jqp
DISTVERSIONPREFIX= v
DISTVERSION= 0.8.0
PORTREVISION= 9
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.24+,modules
GO_MODULE= github.com/noahgorstein/jqp
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>