# -*- 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          twitter-text 3.1.0 gem {} rubygems
categories-append   textproc www
platforms           any
license             Apache-2
maintainers         nomaintainer
description         A gem that provides text handling for Twitter
long_description    {*}${description}
homepage            https://rubygems.org/gems/twitter-text
checksums           rmd160  ed95b1900622385a0e421d89b669f4d8f623ba90 \
                    sha256  7fa4b3abf380ba26f3b4d310f41c6fecab0c0f137e7d51d6b201d02117b8d5b6 \
                    size    59392
supported_archs     noarch

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