[122934] trunk/dports/perl

devans at macports.org devans at macports.org
Sat Aug 2 07:10:02 PDT 2014


Revision: 122934
          https://trac.macports.org/changeset/122934
Author:   devans at macports.org
Date:     2014-08-02 07:10:02 -0700 (Sat, 02 Aug 2014)
Log Message:
-----------
p5-test-cpan-meta-yaml: new port, validate a META.yml file within a CPAN distribution.

Added Paths:
-----------
    trunk/dports/perl/p5-test-cpan-meta-yaml/
    trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile

Added: trunk/dports/perl/p5-test-cpan-meta-yaml/Portfile
===================================================================
--- 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
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140802/a0312564/attachment.html>


More information about the macports-changes mailing list