# -*- 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 # $Id$ PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.16 5.18 5.20 5.22 perl5.setup YAML 1.15 maintainers geeklair.net:dluke openmaintainer description YAML loader/dumper module license {Artistic-1 GPL} 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 supported_archs noarch checksums rmd160 52cfe7aca5d17fab99cbfe2683179d8c73671914 \ sha256 80f495322fa7bde590940f198c203be5e71c420fef844b5bdc6769c1fe0d9d1b if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-test-yaml }