# -*- 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.222 ../../authors/id/P/PM/PMQS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         IO::Compress - read/write compressed data in multiple formats
long_description    {*}${description}

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

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  1257a917321dbb27eb46d38e828ed78deee85f34 \
                    sha256  893572b3261765c0206392d49d92678375e44ddea9ba1c34c8c0b0f624bd62a6 \
                    size    336660

if {${perl5.major} ne ""} {
    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
}
