# -*- 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.217 ../../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  90ad445db3533e950085d38615905bf06b0ed3df \
                    sha256  4d075e04eeef3c451f5e7f572ebd695738bad033e8cd32cf519c68edb3f39dc7 \
                    size    330406

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
}
