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

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

PLIST_FILES=	bin/${PORTNAME}

.include <bsd.port.mk>