mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b24868e7be
MFH: 2024Q2
22 lines
416 B
Makefile
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>
|