# -*- 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         YAML-LibYAML v0.908.0 ../../authors/id/T/TI/TINITA
revision            0
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         YAML::LibYAML - Perl YAML Serialization using XS and libyaml
long_description    {*}${description}

checksums           rmd160  b6ec458a956fe5ea31cb948ff98cf0e1b434ab8b \
                    sha256  4e93e1539e909e17396f8213a32b9682d05302400bfcb2ef52d2f5db1a7337e6 \
                    size    176152

# builds using embedded libyaml 0.2.4 source, no dependencies required

if {${perl5.major} != ""} {
    depends_build-append \
                    port:p${perl5.major}-test-warnings
}
