1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/textproc/go-yq/Makefile
Pavel Timofeev 9d522b3a49 textproc/go-yq: update to v4.34.1
Changes:	https://github.com/mikefarah/yq/compare/v4.30.6...v4.34.1

PR:		271734
Approved by:	Pavel Timofeev (maintainer)
2023-05-30 23:27:09 +01:00

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>