# -*- 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/codesenberg/bombardier 1.2.6 v go.offline_build no github.tarball_from archive revision 0 description Fast cross-platform HTTP benchmarking tool written in Go long_description \ ${name} is a HTTP\(S\) benchmarking tool. It is written in Go programming \ language and uses excellent fasthttp instead of Go's default http \ library, because of its lightning fast performance. categories net www installs_libs no license MIT maintainers {gmail.com:herby.gillot @herbygillot} \ openmaintainer checksums rmd160 c5732ae9ebf35ed4b87dd18c3519496dcd710fa2 \ sha256 d908c050132b3a33c3d292a6a3b47d088284a5969376f68f05d7409f51f01e41 \ size 151206 build.args-append -ldflags \"-X main.version=${version}\" destroot { xinstall -m 0755 ${worksrcpath}/${name} ${destroot}${prefix}/bin/ }