# -*- 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          addressable 2.8.7 gem {} rubygems
license             Apache-2
platforms           any
supported_archs     noarch
categories-append   net
maintainers         nomaintainer
description         Addressable is an alternative implementation to the URI \
                    implementation that is part of Ruby standard library
long_description    {*}${description}. It is flexible, offers heuristic \
                    parsing, and additionally provides extensive support \
                    for IRIs and URI templates.
homepage            https://github.com/sporkmonger/addressable
checksums           rmd160  0d725b824ee998cb2d122af3ba78c160dae27788 \
                    sha256  462986537cf3735ab5f3c0f557f14155d778f4b43ea4f485a9deb9c8f7c58232 \
                    size    106496

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