mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
21 lines
384 B
Makefile
21 lines
384 B
Makefile
PORTNAME= go-yq
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.44.2
|
|
PORTREVISION= 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:1.21,modules
|
|
GO_MODULE= github.com/mikefarah/yq/v4
|
|
GO_TARGET= .:yq
|
|
|
|
CONFLICTS_INSTALL= yq
|
|
|
|
PLIST_FILES= bin/yq
|
|
|
|
.include <bsd.port.mk>
|