summaryrefslogtreecommitdiff
path: root/textproc/jqp/Makefile
blob: 0daf748ea281c08bd061d86b1a0692445cb560f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PORTNAME=	jqp
DISTVERSIONPREFIX=	v
DISTVERSION=	0.6.0
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:modules

GO_MODULE=	github.com/noahgorstein/jqp

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>