# -*- 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.30.3 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 e6682e1900c03df42c0658784b8da31e103e0970 \ sha256 6efe40b7a2697f6253744b09e30605ebdad0d49b3dc5f83d5a4be24bb2185664 \ size 374790 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]+)}