Files
ports/textproc/ytt/Makefile
T
2026-07-10 09:54:15 +02:00

23 lines
455 B
Makefile

PORTNAME= ytt
DISTVERSIONPREFIX= v
DISTVERSION= 0.55.1
PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= yuri@FreeBSD.org
COMMENT= YAML templating tool that works on YAML structure instead of text
WWW= https://carvel.dev/ytt/ \
https://github.com/carvel-dev/ytt
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.26+,modules
GO_MODULE= github.com/carvel-dev/ytt
GO_TARGET= ./cmd/ytt/
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>