# -*- 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           ruby 1.0

ruby.branches       3.4 3.3 3.2 3.1
ruby.setup          typhoeus 1.4.1 gem {} rubygems
revision            0
categories-append   net
platforms           any
license             MIT
maintainers         nomaintainer
description         Run HTTP requests in parallel
long_description    {*}${description}
homepage            https://github.com/typhoeus/typhoeus
checksums           rmd160  3975b6dd6564b3c1bfee496c4e0e728da434165b \
                    sha256  1c17db8364bd45ab302dc61e460173c3e69835896be88a3df07c206d5c55ef7c \
                    size    57856
supported_archs     noarch

if {${subport} ne ${name}} {
    depends_run-append \
                    port:rb${ruby.suffix}-ethon
}
