# -*- 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           perl5 1.0

perl5.branches      5.28 5.30 5.32 5.34
perl5.setup         IRI 0.014 ../../authors/id/G/GW/GWILLIAMS
revision            0
license             {Artistic-1 GPL}
maintainers         {devans @dbevans} openmaintainer
description         IRI - Internationalized Resource Identifiers
long_description    {*}${description}

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  4183a895e8467bfcd76ba857a6b7a7fa460c9c5e \
                    sha256  e8788b16e2ddbd431a25099be44f9a8b82365c38faf66619d547d889b30c15d6 \
                    size    30650

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-simple \
                    port:p${perl5.major}-try-tiny \
                    port:p${perl5.major}-uri

    depends_lib-append \
                    port:p${perl5.major}-moo \
                    port:p${perl5.major}-moox-handlesvia \
                    port:p${perl5.major}-type-tiny
}
