# $Id: Portfile 67068 2010-04-28 11:17:34Z ryandesign@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-YAML-Valid 0.04
maintainers           narf_tm openmaintainer
description           Test for valid YAML
long_description      ${description}

platforms             darwin

checksums             md5 553374b7e9f906e005b979e1d6853708 \
                      sha1 1445a3dde542dd646f0340a70356ede2926606ed \
                      rmd160 4bc624c53c8079f01142f2f51ee821279cc906ed

depends_lib-append    port:p5-yaml

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