aboutsummaryrefslogtreecommitdiff
path: root/textproc/ytt/Makefile
blob: bf433637620ae9a05eefc8b3aa78399446af6139 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	ytt
DISTVERSIONPREFIX=	v
DISTVERSION=	0.52.0
PORTREVISION=	9
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.24+,modules

GO_MODULE=	github.com/carvel-dev/ytt
GO_TARGET=	./cmd/ytt/

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>