# -*- 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 3.0
ruby.setup          faraday-net_http 3.4.1 gem {} rubygems
categories-append   net
platforms           any
license             MIT
maintainers         nomaintainer
description         Faraday adapter for Net::HTTP
long_description    {*}${description}
homepage            https://github.com/lostisland/faraday-net_http
checksums           rmd160  725aeb707fe2083142a31a2090adaaaf2d1778f6 \
                    sha256  095757fae7872b94eac839c08a1a4b8d84fd91d6886cfbe75caa2143de64ab3b \
                    size    8192
supported_archs     noarch

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