Revision: 122926 https://trac.macports.org/changeset/122926 Author: devans@macports.org Date: 2014-08-02 00:13:50 -0700 (Sat, 02 Aug 2014) Log Message: ----------- p5-yaml-tiny: add mode line and retab, white space only. Modified Paths: -------------- trunk/dports/perl/p5-yaml-tiny/Portfile Modified: trunk/dports/perl/p5-yaml-tiny/Portfile =================================================================== --- trunk/dports/perl/p5-yaml-tiny/Portfile 2014-08-02 07:04:30 UTC (rev 122925) +++ trunk/dports/perl/p5-yaml-tiny/Portfile 2014-08-02 07:13:50 UTC (rev 122926) @@ -1,24 +1,25 @@ +# -*- 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 YAML-Tiny 1.51 -revision 1 -license {Artistic-1 GPL} -maintainers nomaintainer -description Read/Write YAML files with as little code as possible -long_description ${description} +perl5.branches 5.8 5.10 5.12 5.14 5.16 5.18 5.20 +perl5.setup YAML-Tiny 1.51 +revision 1 +license {Artistic-1 GPL} +maintainers nomaintainer +description Read/Write YAML files with as little code as possible +long_description ${description} -platforms darwin +platforms darwin -checksums rmd160 994f2e5fb9cc480400bf71c7242790a5455cb879 \ - sha256 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d +checksums rmd160 994f2e5fb9cc480400bf71c7242790a5455cb879 \ + sha256 5c6e9b3d9e558fc428d8b8710da49ff3bcb9fb606decb63c24816da01c9f8b4d if {${perl5.major} != ""} { -depends_lib-append port:p${perl5.major}-yaml \ - port:p${perl5.major}-yaml-syck + depends_lib-append port:p${perl5.major}-yaml \ + port:p${perl5.major}-yaml-syck -supported_archs noarch + supported_archs noarch }