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

PortSystem            1.0
PortGroup             perl5 1.0

perl5.setup           Test-YAML-Meta 0.16
revision              2
license               {Artistic-1 GPL}
maintainers           nomaintainer
description           Validation of the META.yml file in a distribution.
long_description      ${description}

platforms             darwin

checksums             md5 9f7db9e1699e25bb254315141ef9306c \
                      sha1 e8e927564ca3f13c2d812a5191ac14256577bd34 \
                      rmd160 ea2a67fdfecfa07f99be2cf6128d8531b6756e44

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

supported_archs noarch
}
