[131194] trunk/dports/perl/p5-http-server-simple-mason/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 11:05:29 PST 2015


Revision: 131194
          https://trac.macports.org/changeset/131194
Author:   mojca at macports.org
Date:     2015-01-06 11:05:29 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-http-server-simple-mason: first line, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-http-server-simple-mason/Portfile

Modified: trunk/dports/perl/p5-http-server-simple-mason/Portfile
===================================================================
--- trunk/dports/perl/p5-http-server-simple-mason/Portfile	2015-01-06 16:58:59 UTC (rev 131193)
+++ trunk/dports/perl/p5-http-server-simple-mason/Portfile	2015-01-06 19:05:29 UTC (rev 131194)
@@ -1,22 +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.16
 perl5.setup         HTTP-Server-Simple-Mason 0.14
 license             {Artistic-1 GPL}
-maintainers		nomaintainer
-description		An abstract baseclass for a standalone mason server
-long_description	${description}
+maintainers         nomaintainer
+description         An abstract baseclass for a standalone mason server
+long_description    ${description}
 
 checksums           rmd160  1801a224cbc235de6b18f2312a798e908ab111d6 \
                     sha256  b7a49d8e6e55bff0b1f0278d951685466b143243b6f9e59e071f5472ca2a025a
 
-platforms		darwin
-supported_archs	noarch
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:p${perl5.major}-http-server-simple \
-			port:p${perl5.major}-html-mason \
-			port:p${perl5.major}-hook-lexwrap
+    depends_lib-append \
+                    port:p${perl5.major}-hook-lexwrap \
+                    port:p${perl5.major}-html-mason \
+                    port:p${perl5.major}-http-server-simple
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/34261015/attachment.html>


More information about the macports-changes mailing list