# -*- 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.28 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 adc9d21712db37a10f18e1405146fe235054c3fd \ sha256 e7985da359b15efd00917fa720292b711c396f2f9f9a7349e4e7dec74aa79765 \ size 124581 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}-regexp-ipv6 }