Added: trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile (0 => 122934)
--- trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile (rev 0)
+++ trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile 2014-08-02 14:10:02 UTC (rev 122934)
@@ -0,0 +1,21 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup perl5 1.0
+
+perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup Test-CPAN-Meta-YAML 0.22
+license {Artistic-1 GPL}
+maintainers devans openmaintainer
+description Test::CPAN::Meta::YAML - Validate a META.yml file within a CPAN distribution.
+long_description ${description}
+
+platforms darwin
+
+checksums rmd160 1c2abf64b582b151f39c1b4bb78bba75b503742a \
+ sha256 883a7f5d0a9c025930abd244dc72e94fcf7493b25a79354fc92c4830d976df5d
+
+if {${perl5.major} != ""} {
+ depends_lib-append port:p${perl5.major}-test-yaml-valid
+}
Property changes on: trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile
___________________________________________________________________