# -*- 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          ethon 0.16.0 gem {} rubygems
revision            0
categories-append   net devel
platforms           any
license             MIT
maintainers         nomaintainer
description         Very lightweight libcurl wrapper
long_description    {*}${description}
homepage            https://github.com/typhoeus/ethon
checksums           rmd160  9175852b21dfd677defc7d433e46448692ff13d1 \
                    sha256  bba0da1cea8ac3e1f5cdd7cb1cb5fc78d7ac562c33736f18f0c3eb2b63053d9e \
                    size    60416
supported_archs     noarch

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