# -*- 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         Compress-Stream-Zstd 0.217 ../../authors/id/P/PM/PMQS
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         Compress::Stream::Zstd - Perl interface to the Zstd (Zstandard) (de)compressor
long_description    {*}${description}

checksums           rmd160  2e6167f85900e73d07cf82249c9fa1924a77e670 \
                    sha256  5c33e0a9ea34c19fd5f2b97216f81ce08b95193706d915dbd04398039d05af1f \
                    size    2537315

if {${perl5.major} != ""} {
    perl5.use_module_build
    # No configure step for the embedded libzstd
    build.env-append    CC=${configure.cc}
}

# builds using embedded zstd source version 1.5.5, no external dependency required
