mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 10:06:40 -04:00
19 lines
429 B
Makefile
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>
|