1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/textproc/ytt/Makefile
Ashish SHUKLA b24868e7be
all: Bump after lang/go122 update
MFH:		2024Q2
2024-06-15 09:52:23 +00:00

22 lines
416 B
Makefile

PORTNAME= ytt
DISTVERSIONPREFIX= v
DISTVERSION= 0.49.0
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/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.22,modules
GO_MODULE= github.com/carvel-dev/ytt
GO_TARGET= ./cmd/ytt/
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>