# -*- 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 go.setup github.com/minamijoyo/tfmigrate 0.3.24 v go.offline_build no github.tarball_from archive revision 0 description A Terraform state migration tool for GitOps long_description {*}${description} categories sysutils installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 cdd1d038f43f0e5cfcbd331098568ec6a38dab1c \ sha256 6d84a7199f031dd795ebac899f5625375670708994a42dd71e4f3bc0f570f202 \ size 89567 build.cmd make build.target build patch { # Don't try to download dependencies as a prerequisite to build reinplace {s|^build: deps|build:|} ${worksrcpath}/Makefile } destroot { xinstall -m 0755 ${worksrcpath}/bin/${name} ${destroot}${prefix}/bin/ }