# $Id: Portfile 67043 2010-04-27 23:07:01Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           perl5 1.0

perl5.setup         YAML 0.68
maintainers         geeklair.net:dluke
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

checksums           md5 4b4255360bb885acdba05314daa9129a \
                    sha1 65a59fd0b7762ba4aeb95a182f89d80daea6c63d \
                    rmd160 7a6e01566a2eda114ab290e6b20b05c51f03a099

if {[info exists supported_archs]} {
    supported_archs noarch
} else {
    universal_variant no
}
