Revision: 118394 https://trac.macports.org/changeset/118394 Author: mojca@macports.org Date: 2014-04-01 04:22:18 -0700 (Tue, 01 Apr 2014) Log Message: ----------- p5-perl-ostype: whitespace, first line, add p5.18 Modified Paths: -------------- trunk/dports/perl/p5-perl-ostype/Portfile Modified: trunk/dports/perl/p5-perl-ostype/Portfile =================================================================== --- trunk/dports/perl/p5-perl-ostype/Portfile 2014-04-01 11:19:10 UTC (rev 118393) +++ trunk/dports/perl/p5-perl-ostype/Portfile 2014-04-01 11:22:18 UTC (rev 118394) @@ -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 Perl-OSType 1.003 ../by-authors/id/D/DA/DAGOLDEN/ -license {Artistic GPL} -maintainers nomaintainer -description Map Perl operating system names to generic types -long_description ${description} +perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 +perl5.setup Perl-OSType 1.007 ../by-authors/id/D/DA/DAGOLDEN/ +license {Artistic GPL} +maintainers nomaintainer +description Map Perl operating system names to generic types +long_description ${description} -platforms darwin +platforms darwin -checksums rmd160 c7ead653ff2146ed136bb389a274608c464fb699 \ - sha256 b6d65661bfc20eed0b258b6339a20d479991d508e5f486d6ecbd47a269902506 +checksums rmd160 c2765450ce69ba4acc564a48f660ba57da5a474b \ + sha256 b3b79ac7d368ebb1a5489619a9a98d9a11f5f5ce651da0a775d231951bb23e2b if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-test-simple +depends_lib-append port:p${perl5.major}-test-simple -supported_archs noarch +supported_archs noarch }
participants (1)
-
mojca@macports.org