mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
406 B
Makefile
23 lines
406 B
Makefile
COMMENT = documentation generator for Terraform
|
|
|
|
MODGO_MODNAME = github.com/terraform-docs/terraform-docs
|
|
MODGO_VERSION = v0.24.0
|
|
|
|
DISTNAME = terraform-docs-${MODGO_VERSION}
|
|
|
|
CATEGORIES = textproc
|
|
|
|
HOMEPAGE = https://terraform-docs.io
|
|
|
|
MAINTAINER = Pavel Korovin <pvk@openbsd.org>
|
|
|
|
WANTLIB += c pthread
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/go
|
|
|
|
.include "modules.inc"
|
|
.include <bsd.port.mk>
|