# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=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         URI 5.29
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer

platforms           {darwin any}
supported_archs     noarch

description         Uniform Resource Identifiers (absolute and relative)
long_description    This package contains the URI.pm module with friends. The module \
                    implements the URI class. Objects of this class represent Uniform Resource \
                    Identifier references as specified in RFC 2396 and updated by RFC 2732.

checksums           rmd160  c7a644580df49877ffd120c90220ff591d6edca9 \
                    sha256  a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372 \
                    size    128686

if {${perl5.major} != ""} {
    depends_build-append \
                     port:p${perl5.major}-test-fatal \
                     port:p${perl5.major}-test-needs \
                     port:p${perl5.major}-test-simple \
                     port:p${perl5.major}-test-warnings

    depends_lib-append \
                     port:p${perl5.major}-mime-base32 \
                     port:p${perl5.major}-mime-base64 \
                     port:p${perl5.major}-regexp-ipv6
}
