# -*- 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
epoch               1
perl5.setup         YAML-LibYAML-API v0.14.0 ../../authors/id/T/TI/TINITA
license             MIT
maintainers         {devans @dbevans} openmaintainer
description         YAML::LibYAML::API - Wrapper around the C libyaml library
long_description    {*}${description}

checksums           rmd160  6304c2af0c1df15e6f0360f25bb1eac2430f376c \
                    sha256  31a0fedd77d824dab38983be9a3b426863f8aab13013beb95c4ecf80959733e1 \
                    size    116907

if {${perl5.major} != ""} {
    depends_lib-append \
                    port:p${perl5.major}-yaml-pp
}

# builds using embedded libyaml 0.2.5 source, no dependencies required
