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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-YAML-Meta 0.16
maintainers           narf_tm openmaintainer
description           Validation of the META.yml file in a distribution.
long_description      ${description}

platforms             darwin

checksums             md5 9f7db9e1699e25bb254315141ef9306c \
                      sha1 e8e927564ca3f13c2d812a5191ac14256577bd34 \
                      rmd160 ea2a67fdfecfa07f99be2cf6128d8531b6756e44

depends_lib-append    port:p5-test-yaml-valid

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