Revision: 122936 https://trac.macports.org/changeset/122936 Author: devans@macports.org Date: 2014-08-02 07:24:46 -0700 (Sat, 02 Aug 2014) Log Message: ----------- p5-test-yaml-meta: add mode line and retab, white space only. Modified Paths: -------------- trunk/dports/perl/p5-test-yaml-meta/Portfile Modified: trunk/dports/perl/p5-test-yaml-meta/Portfile =================================================================== --- trunk/dports/perl/p5-test-yaml-meta/Portfile 2014-08-02 14:21:26 UTC (rev 122935) +++ trunk/dports/perl/p5-test-yaml-meta/Portfile 2014-08-02 14:24:46 UTC (rev 122936) @@ -1,23 +1,24 @@ +# -*- 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 +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-YAML-Meta 0.20 -license {Artistic-1 GPL} -maintainers nomaintainer -description Validation of the META.yml file in a distribution. -long_description ${description} +perl5.setup Test-YAML-Meta 0.20 +license {Artistic-1 GPL} +maintainers nomaintainer +description Validation of the META.yml file in a distribution. +long_description ${description} -platforms darwin +platforms darwin checksums rmd160 fe0149bd6e3fc4f4a61625083369e0e23616c9ce \ sha256 16e7deed767080a4bb400ed50291e3fc47f9e74237a520af3d44a3ae772aa9f4 if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-test-yaml-valid \ - port:p${perl5.major}-test-cpan-meta-yaml + depends_lib-append port:p${perl5.major}-test-yaml-valid \ + port:p${perl5.major}-test-cpan-meta-yaml -supported_archs noarch + supported_archs noarch }
participants (1)
-
devans@macports.org