# -*- 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: Portfile 118405 2014-04-01 12:23:10Z mojca@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18
perl5.setup         YAML 0.90
maintainers         geeklair.net:dluke openmaintainer
description         YAML loader/dumper module
license	            {GPL Artistic}

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  d35f23ceb4ab090162cc624562b02ab5913d28f8 \
                    sha256  187e28b2e64266bca57b24123839553ba4e566bf5fa101c2131c571a36acda4d

if {${perl5.major} != ""} {
patchfiles          patch-Makefile.PL.diff
}
