# -*- 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.3 3.2 3.1
ruby.setup          idn-ruby 0.1.5 gem {} rubygems
categories-append   net
license             Apache-2
maintainers         nomaintainer
description         LibIDN Ruby bindings
long_description    {*}${description}
homepage            https://github.com/deepfryed/idn-ruby
checksums           rmd160  289e309cc4301eeac3c08267c5bfa10b7cc5495a \
                    sha256  3076fa1aac170e92310d02822badf6b11e74e17915a045c8f9ad053bba24c037 \
                    size    18432

if {${name} ne ${subport}} {
    depends_lib-append \
                    port:libidn
}