# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup golang 1.0 PortGroup legacysupport 1.1 go.setup github.com/GoogleCloudPlatform/terraformer 0.8.24 github.tarball_from archive revision 0 description Generate terraform files from existing infrastructure \ (reverse Terraform). long_description {*}${description} Terraformer uses Terraform providers \ and is designed to easily support newly added resources. \ To upgrade resources with new fields, all you need to do \ is upgrade the relevant Terraform providers. categories sysutils installs_libs no license Apache-2 maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer # Allow deps to be fetched at build time go.offline_build no checksums rmd160 888a29a32f16855d6891a0f694961d3dfcd41b23 \ sha256 d366476777b31149738b8e5f916e080d54403fb4ca7a6e97edc885d3623a5f19 \ size 468767 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }