# -*- 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-Lzma 2.214 ../../authors/id/P/PM/PMQS
revision            0
checksums           rmd160  4144f8803016f55921996a36270aa02b1ad185b8 \
                    sha256  f4ee89f3af99e59ad0742fd7b6358f9159ef513f1f6943d7140fb1bfa550dd38 \
                    size    106776

platforms           {darwin any}
supported_archs     noarch

license             {Artistic-1 GPL}
maintainers         {isi.edu:calvin @cardi} openmaintainer
description         Perl interface to allow reading and writing of \
                    lzma files/buffers.
long_description    {*}${description}

if {${perl5.major} ne ""} {
    depends_lib-append \
                    port:p${perl5.major}-compress-raw-lzma \
                    port:p${perl5.major}-io-compress

    depends_test-append \
                    port:lzip \
                    port:p${perl5.major}-io-string \
                    port:p${perl5.major}-test-cpan-meta \
                    port:p${perl5.major}-test-cpan-meta-json \
                    port:p${perl5.major}-test-pod \
                    port:p7zip

    perl5.link_binaries no
}
