# -*- 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.30
go.offline_build    no
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

checksums           rmd160  d2686642a514ab53cf8930cead807f535537a56d \
                    sha256  9e4738fadae011e458fa6fee168f47166cd3a9f5d7a9378018116345b0d6b4e6 \
                    size    484284

destroot {
    xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/
}
