# $Id: Portfile 85615 2011-10-15 09:10:05Z jmr@macports.org $

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-YAML-Valid 0.04
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Test for valid YAML
long_description      ${description}

platforms             darwin

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

if {${perl5.major} != ""} {
depends_lib-append    port:p${perl5.major}-yaml

supported_archs noarch
}
