[128459] trunk/dports/perl/p5-moose-policy/Portfile

devans at macports.org devans at macports.org
Fri Nov 21 12:36:24 PST 2014


Revision: 128459
          https://trac.macports.org/changeset/128459
Author:   devans at macports.org
Date:     2014-11-21 12:36:24 -0800 (Fri, 21 Nov 2014)
Log Message:
-----------
p5-moose-policy: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-moose-policy/Portfile

Modified: trunk/dports/perl/p5-moose-policy/Portfile
===================================================================
--- trunk/dports/perl/p5-moose-policy/Portfile	2014-11-21 20:18:54 UTC (rev 128458)
+++ trunk/dports/perl/p5-moose-policy/Portfile	2014-11-21 20:36:24 UTC (rev 128459)
@@ -1,26 +1,28 @@
+# -*- 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         Moose-Policy 0.05 ../by-authors/id/D/DR/DROLSKY/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Moose-mounted police
+long_description    ${description}
 
-perl5.branches            5.8 5.10 5.12 5.14 5.16
-perl5.setup               Moose-Policy 0.05 ../by-authors/id/D/DR/DROLSKY/
-revision                  3
-license                   {Artistic-1 GPL}
-maintainers               nomaintainer
-description               Moose-mounted police
-long_description          ${description}
+platforms           darwin
+supported_archs     noarch
 
-platforms                 darwin
-supported_archs           noarch
+checksums           md5 63fc03726966e805817fda3af2065be2 \
+                    sha1 dbb106051903bdd7ee7f1301f81e525d49b1afed \
+                    rmd160 288ea75586c64b1e234e185ff2f3a290e05d5f5e
 
-checksums                 md5 63fc03726966e805817fda3af2065be2 \
-                          sha1 dbb106051903bdd7ee7f1301f81e525d49b1afed \
-                          rmd160 288ea75586c64b1e234e185ff2f3a290e05d5f5e
-
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-test-exception \
-                          port:p${perl5.major}-moose
+    depends_lib-append \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-moose
 
-perl5.use_module_build
+    perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141121/601d7ef9/attachment.html>


More information about the macports-changes mailing list