23 lines
408 B
Makefile
23 lines
408 B
Makefile
PORTNAME= go-yq
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 4.50.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= timp87@gmail.com
|
|
COMMENT= Portable commandline YAML processor written in go
|
|
WWW= https://github.com/mikefarah/yq
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= go:modules
|
|
GO_MODULE= github.com/mikefarah/yq/v4
|
|
GO_TARGET= .:yq
|
|
|
|
CONFLICTS_INSTALL= yq
|
|
|
|
PLIST_FILES= bin/yq
|
|
|
|
.include <bsd.port.mk>
|