# -*- 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/docker/compose 2.29.2 v revision 0 name docker-compose-plugin categories devel platforms darwin license Apache-2 maintainers {danchr @danchr} \ openmaintainer description Define and run multi-container applications with Docker long_description A tool for running multi-container applications on \ Docker defined using the Compose file format. A \ Compose file is used to define how one or more \ containers that make up your application are \ configured. Once you have a Compose file, you can \ create and start your application with a single \ command: docker compose up. checksums rmd160 bf9ae6dfe87cfe739d2a4c002ae9eb6c4bd7dca2 \ sha256 be227019a7c505b05456f81da99ab1097536402b649a6a920be78bfdc7d5fae7 \ size 366158 go.offline_build no build.target -o ${name} ./cmd depends_run port:docker post-patch { reinplace "/Version *=/s/\"\[^\"]*\"/\"${go.version}\"/" \ ${worksrcpath}/internal/variables.go } destroot { xinstall -d ${destroot}${prefix}/libexec/docker/cli-plugins xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/libexec/docker/cli-plugins/docker-compose } github.livecheck.regex {([^"r]+)}