aboutsummaryrefslogtreecommitdiff
path: root/textproc/go-yq/Makefile
blob: 4b2ad537fa0409179b3cb0c3b441f121879a5184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=		go-yq
DISTVERSIONPREFIX=	v
DISTVERSION=		4.25.1
PORTREVISION=	4
CATEGORIES=		textproc

MAINTAINER=	timp87@gmail.com
COMMENT=	Portable commandline YAML processor written in go
WWW=		https://github.com/mikefarah/yq

LICENSE=	MIT

USES=		go:modules
GO_MODULE=	github.com/mikefarah/yq/v4
GO_TARGET=	.:yq

CONFLICTS_INSTALL=	yq

PLIST_FILES=		bin/yq

.include <bsd.port.mk>