mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
9d522b3a49
Changes: https://github.com/mikefarah/yq/compare/v4.30.6...v4.34.1 PR: 271734 Approved by: Pavel Timofeev (maintainer)
21 lines
364 B
Makefile
21 lines
364 B
Makefile
PORTNAME= go-yq
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.34.1
|
|
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>
|