# -*- 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/benhoyt/goawk 1.29.0 v github.tarball_from archive revision 0 homepage https://benhoyt.com/writings/goawk description POSIX-compliant AWK interpreter written in Go, with \ CSV and TSV support long_description {*}${description} categories lang installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 2ceb99f20e53ce0261834c8447eb32da22b00e3b \ sha256 91bf708ad6776bea7e1fbd1a0969042de8ebc3139b89468a2a1f5405f3401f54 \ size 1682165 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }