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

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

checksums           rmd160  8cae6613d2a2df925e75fee2a0bc982080b613c1 \
                    sha256  85e6a598294ded927b5178ee307e53224373461b9fdceddff7163abca50da3e0 \
                    size    2537397

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
