# -*- 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 1.31
license             {Artistic-1 GPL}
maintainers         nomaintainer
description         YAML loader/dumper module
long_description    The YAML.pm module implements a YAML Loader and Dumper \
                    based on the YAML 1.0 specification.  YAML is a \
                    generic data serialization language that is optimized \
                    for human readability.  It can be used to express the \
                    data structures of most modern programming languages.

platforms           {darwin any}
supported_archs     noarch

checksums           rmd160  63dd29aceb1e513efee969aef0871b9968a81e35 \
                    sha256  a0ce30381657dce8e694df9a09e95d818d13beb03698fd2cf79d0c8d564a9b8e \
                    size    88102

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