[129312] trunk/dports/perl/p5-catalyst-plugin-static-simple/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 18:08:51 PST 2014


Revision: 129312
          https://trac.macports.org/changeset/129312
Author:   mojca at macports.org
Date:     2014-12-09 18:08:51 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-catalyst-plugin-static-simple: whitespace and status line only

Modified Paths:
--------------
    trunk/dports/perl/p5-catalyst-plugin-static-simple/Portfile

Modified: trunk/dports/perl/p5-catalyst-plugin-static-simple/Portfile
===================================================================
--- trunk/dports/perl/p5-catalyst-plugin-static-simple/Portfile	2014-12-10 02:05:05 UTC (rev 129311)
+++ trunk/dports/perl/p5-catalyst-plugin-static-simple/Portfile	2014-12-10 02:08:51 UTC (rev 129312)
@@ -1,29 +1,31 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup           Catalyst-Plugin-Static-Simple 0.29
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Make serving static pages painless.
-long_description      The Static::Simple plugin is designed to make serving \
-                      static content in your application during development \
-                      quick and easy, without requiring a single line of \
-                      code from you.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Catalyst-Plugin-Static-Simple 0.29
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Make serving static pages painless.
+long_description    The Static::Simple plugin is designed to make serving \
+                    static content in your application during development \
+                    quick and easy, without requiring a single line of \
+                    code from you.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 37c94e08cd227507801b0e6c41603d63 \
-                      sha1 c4c2974ace32eb8e37f8059305508ceef5dcded5 \
-                      rmd160 e30ed512a6ae747d9b13f5d1a2eec889b23d5287
+checksums           md5 37c94e08cd227507801b0e6c41603d63 \
+                    sha1 c4c2974ace32eb8e37f8059305508ceef5dcded5 \
+                    rmd160 e30ed512a6ae747d9b13f5d1a2eec889b23d5287
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-catalyst-runtime \
-                          port:p${perl5.major}-mime-types \
-                          port:p${perl5.major}-namespace-autoclean \
-                          port:p${perl5.major}-moose \
-                          port:p${perl5.major}-moosex-types
+    depends_lib-append \
+                    port:p${perl5.major}-catalyst-runtime \
+                    port:p${perl5.major}-mime-types \
+                    port:p${perl5.major}-namespace-autoclean \
+                    port:p${perl5.major}-moose \
+                    port:p${perl5.major}-moosex-types
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/3423c00d/attachment.html>


More information about the macports-changes mailing list