[123846] trunk/dports/perl/p5-mouse/Portfile

mojca at macports.org mojca at macports.org
Fri Aug 15 01:04:15 PDT 2014


Revision: 123846
          https://trac.macports.org/changeset/123846
Author:   mojca at macports.org
Date:     2014-08-15 01:04:15 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
p5-mouse: whitespace, status line

Modified Paths:
--------------
    trunk/dports/perl/p5-mouse/Portfile

Modified: trunk/dports/perl/p5-mouse/Portfile
===================================================================
--- trunk/dports/perl/p5-mouse/Portfile	2014-08-15 08:02:25 UTC (rev 123845)
+++ trunk/dports/perl/p5-mouse/Portfile	2014-08-15 08:04:15 UTC (rev 123846)
@@ -1,28 +1,30 @@
+# -*- 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           Mouse 0.97 ../by-authors/id/G/GF/GFUJI/
-revision              2
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Moose minus the antlers
-long_description      Moose is wonderful. \
-                      Unfortunately, it's a little slow. Though significant \
-                      progress has been made over the years, the compile \
-                      time penalty is a non-starter for some applications. \
-                      Mouse aims to alleviate this by providing a subset of \
-                      Moose's functionality, faster. In particular, \"has\" \
-                      in Moose is missing only a few expert-level features.
+perl5.setup         Mouse 0.97 ../by-authors/id/G/GF/GFUJI/
+revision            2
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Moose minus the antlers
+long_description    Moose is wonderful. \
+                    Unfortunately, it's a little slow. Though significant \
+                    progress has been made over the years, the compile \
+                    time penalty is a non-starter for some applications. \
+                    Mouse aims to alleviate this by providing a subset of \
+                    Moose's functionality, faster. In particular, \"has\" \
+                    in Moose is missing only a few expert-level features.
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  4be9e12a2c860098131989ef0ee52da131a940c1 \
-                      sha256  dfb1f3abbc46e7646a685efa4e5804c4cf9772eb807ac6abf8f1d1529b57b97a
+checksums           rmd160  4be9e12a2c860098131989ef0ee52da131a940c1 \
+                    sha256  dfb1f3abbc46e7646a685efa4e5804c4cf9772eb807ac6abf8f1d1529b57b97a
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-test-simple \
-                      port:p${perl5.major}-devel-ppport
+    depends_lib-append \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-devel-ppport
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/2f3dfeb8/attachment.html>


More information about the macports-changes mailing list