# -*- 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/StackExchange/dnscontrol 4.3.0 v github.tarball_from archive go.offline_build no revision 0 checksums rmd160 d8fd71a254d3216601b8be9936a0eef1ce9ed75b \ sha256 bd095638b67a3cd445b7e0fbfb50f8c5f7080087381ac4bdc349ebf489e0003a \ size 4880328 homepage https://dnscontrol.org description Synchronize your DNS to multiple providers from a simple DSL long_description \ DNSControl is a system for maintaining DNS zones. It has two parts: a \ domain specific language (DSL) for describing DNS zones plus software \ that processes the DSL and pushes the resulting zones to DNS providers \ such as Route53, Cloudflare, and Gandi. It can send the same DNS records \ to multiple providers. It even generates the most beautiful BIND zone \ files ever. It runs anywhere Go runs (Linux, macOS, Windows). The \ provider model is extensible, so more providers can be added. livecheck.url ${github.homepage}/releases categories sysutils installs_libs no license MIT maintainers nomaintainer build.args-append -ldflags \"-s -w \ -X main.Version=${version} \ -X main.SHA=MacPorts \ \" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }