# -*- 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          faraday-retry 2.3.2 gem {} rubygems
categories-append   net
platforms           any
license             MIT
maintainers         nomaintainer
description         Catches exceptions and retries each request a limited number of times
long_description    {*}${description}
homepage            https://github.com/lostisland/faraday-retry
checksums           rmd160  76fbc08e79ec90dbcbc639df5b546de9492cfd7e \
                    sha256  2402d2029032ebd238a2046221e67f6ef0da78c5a8ce8cd4f8b9c62e4d6451d1 \
                    size    11776
supported_archs     noarch

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