# -*- 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          iconv 1.1.0 gem {} rubygems
categories-append   devel
license             {BSD Ruby}
maintainers         nomaintainer
description         iconv wrapper library
long_description    {*}${description}
homepage            https://github.com/ruby/iconv
checksums           rmd160  8b004947d4dace0abd9fca1ee35c7940f1e61cea \
                    sha256  8ad7d9ce53aa186efe9cc867d9559b1fc4c3f4f4af29bccad07793523f6720e8 \
                    size    21504

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