# -*- 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         PerlIO-gzip 0.20
license             {Artistic-1 GPL}
maintainers         nomaintainer

description         PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.
long_description    ${description}

checksums           rmd160  11997785b71ab07ea766ef05ae1b09e0e23e97fb \
                    sha256  4848679a3f201e3f3b0c5f6f9526e602af52923ffa471a2a3657db786bd3bdc5

platforms           darwin

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:zlib
}
