Revision: 118385 https://trac.macports.org/changeset/118385 Author: mojca@macports.org Date: 2014-04-01 03:31:56 -0700 (Tue, 01 Apr 2014) Log Message: ----------- p5-params-check: whitespace, first line only Modified Paths: -------------- trunk/dports/perl/p5-params-check/Portfile Modified: trunk/dports/perl/p5-params-check/Portfile =================================================================== --- trunk/dports/perl/p5-params-check/Portfile 2014-04-01 10:30:23 UTC (rev 118384) +++ trunk/dports/perl/p5-params-check/Portfile 2014-04-01 10:31:56 UTC (rev 118385) @@ -1,22 +1,23 @@ +# -*- 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 -perl5.setup Params-Check 0.38 ../by-authors/id/B/BI/BINGOS/ -license {Artistic GPL} -maintainers nomaintainer -description A generic input parsing/checking mechanism -long_description ${description} +perl5.setup Params-Check 0.38 ../by-authors/id/B/BI/BINGOS/ +license {Artistic GPL} +maintainers nomaintainer +description A generic input parsing/checking mechanism +long_description ${description} -platforms darwin +platforms darwin -checksums rmd160 033298c695895d0dfba8d523a56f8f2e92fae4d2 \ - sha256 f0c9d33876c36b1bca1475276d26d2efaf449b256d7cc8118fae012e89a26290 - +checksums rmd160 033298c695895d0dfba8d523a56f8f2e92fae4d2 \ + sha256 f0c9d33876c36b1bca1475276d26d2efaf449b256d7cc8118fae012e89a26290 + if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-locale-maketext-simple +depends_lib-append port:p${perl5.major}-locale-maketext-simple -supported_archs noarch +supported_archs noarch }