ports/sysutils/terraform-docs/Makefile
Ashish SHUKLA 39522060fe
all: Bump after lang/go122 update
PR:		284181
MFH:		2025Q1
2025-01-21 22:21:11 +00:00

19 lines
429 B
Makefile

PORTNAME= terraform-docs
DISTVERSIONPREFIX= v
DISTVERSION= 0.19.0
PORTREVISION= 2
CATEGORIES= sysutils textproc
MAINTAINER= dutra@FreeBSD.org
COMMENT= Generate documentation from Terraform modules
WWW= https://github.com/terraform-docs/terraform-docs
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= go:1.22,modules
GO_MODULE= github.com/terraform-docs/terraform-docs
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>