# -*- 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/kubernetes-sigs/kustomize 5.4.2 kustomize/v github.tarball_from archive revision 0 categories devel installs_libs no license Apache-2 maintainers {breun.nl:nils @breun} \ {gmail.com:herby.gillot @herbygillot} \ openmaintainer description Customize raw, template-free YAML files for multiple purposes, like Kubernetes long_description kustomize lets you customize raw, template-free YAML files for multiple purposes, \ leaving the original YAML untouched and usable as is. \ \ kustomize targets kubernetes\; it understands and can patch kubernetes style API objects. \ It\'s like make, in that what it does is declared in a file, \ and it\'s like sed, in that it emits edited text. homepage https://kustomize.io checksums rmd160 5da1140af9b30711adc4b51bfb2a53122df43b8a \ sha256 3c2c24971b29d96aac43853c090a5f042789d169bd41cbd9738c7979c5f09deb \ size 3537545 build.dir ${worksrcpath}/${name} build.args -ldflags \" \ -s \ -X sigs.k8s.io/kustomize/api/provenance.version=${version} \ -X sigs.k8s.io/kustomize/api/provenance.gitCommit=unknown \ -X sigs.k8s.io/kustomize/api/provenance.buildDate=unknown \ \" # FIXME: This port currently can't be built without allowing go mod to fetch # dependencies during the build phase. See # https://trac.macports.org/ticket/61192 go.offline_build no destroot { xinstall -m 0755 ${build.dir}/${name} ${destroot}${prefix}/bin/ } # https://github.com/kubernetes-sigs/kustomize/blob/master/cmd/config/docs/commands/completion.md notes " To install shell completion for supported shells run: kustomize install-completion To uninstall shell completion: COMP_UNINSTALL=1 kustomize install-completion "