# -*- 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-Compress 2.214 ../../authors/id/P/PM/PMQS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Perl interface to allow reading and writing of \
                    compressed data created with the zlib and bzip2 \
                    libraries.
long_description    {*}${description}

homepage            https://metacpan.org/release/${perl5.module}/

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  5ee95f70b29cdedb9338bd0ba3bf87954fe3ff1f \
                    sha256  0cfbc4b4ac9b28f7cbf22f114e09c9a49ace9e0b6c3778432afa2cde55512d69 \
                    size    329018

if {${perl5.major} ne ""} {
    depends_build-append \
                    port:p${perl5.major}-test-cpan-meta \
                    port:p${perl5.major}-test-cpan-meta-json \
                    port:p${perl5.major}-test-pod

    depends_lib-append \
                    port:p${perl5.major}-compress-raw-bzip2 \
                    port:p${perl5.major}-compress-raw-zlib \
                    port:p${perl5.major}-time-local

    perl5.link_binaries no
}
