# -*- 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.206
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  c712f17ff89cd32ae8c9320409f3261cd8fe0888 \
                    sha256  b72d253c17999f6f7758969577046531dab3ab5ca52cdc762970fa967b75eb95 \
                    size    2483835

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
