# -*- 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.1 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 aa021897ff146b84a2e78869bc4a9834acdb44cb \ sha256 9c355857faf7168f99e78d090ebe993ff10732a5ff34735cdc3e86256ce8c989 \ size 1682166 destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }