# -*- 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         IO-All 0.87
platforms           {darwin any}
maintainers         nomaintainer
license             {Artistic-1 GPL}

description         IO::All to Larry Wall!

long_description    IO::All combines all of the best Perl IO modules into a single nifty \
                    object oriented interface to greatly simplify your everyday Perl IO idioms. \
                    It exports a single function called io, which returns a new IO::All object. \
                    And that object can do it all!

checksums           rmd160  71fe53106f2d7e5db8ff7354225202df5b25fa4d \
                    sha256  54e21d250c0229127e30b77a3461e10077854ec244f26fb670f1b445ed4c4d5b

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-file-readbackwards

    supported_archs noarch
}
