[150398] trunk/dports/perl/p5-string-rewriteprefix/Portfile

devans at macports.org devans at macports.org
Mon Jul 18 19:22:00 PDT 2016


Revision: 150398
          https://trac.macports.org/changeset/150398
Author:   devans at macports.org
Date:     2016-07-18 19:22:00 -0700 (Mon, 18 Jul 2016)
Log Message:
-----------
p5-string-rewriteprefix: add modeline and reformat.

Modified Paths:
--------------
    trunk/dports/perl/p5-string-rewriteprefix/Portfile

Modified: trunk/dports/perl/p5-string-rewriteprefix/Portfile
===================================================================
--- trunk/dports/perl/p5-string-rewriteprefix/Portfile	2016-07-19 02:20:59 UTC (rev 150397)
+++ trunk/dports/perl/p5-string-rewriteprefix/Portfile	2016-07-19 02:22:00 UTC (rev 150398)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,29 +7,30 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem            1.0
-PortGroup             perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup           String-RewritePrefix 0.007
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           rewrite strings based on a set of known prefixes
-long_description      This rewrites all the given strings using the rules \
-                      in %prefix. Its keys are known prefixes for which \
-                      its values will be substituted. This is performed \
-                      in longest-first order, and only one prefix will \
-                      be rewritten.
+perl5.setup         String-RewritePrefix 0.007
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         rewrite strings based on a set of known prefixes
+long_description    This rewrites all the given strings using the rules \
+                    in %prefix. Its keys are known prefixes for which \
+                    its values will be substituted. This is performed \
+                    in longest-first order, and only one prefix will \
+                    be rewritten.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 7135a69bd8cf74cf17dba857b2372d16 \
-                      sha1 c218c11dcb406e5ca9931e5ddbde5cbeb4f008e3 \
-                      rmd160 bd148887912e6764230e0747f6892de2b07a6920
+checksums           md5 7135a69bd8cf74cf17dba857b2372d16 \
+                    sha1 c218c11dcb406e5ca9931e5ddbde5cbeb4f008e3 \
+                    rmd160 bd148887912e6764230e0747f6892de2b07a6920
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-sub-exporter \
-                      port:p${perl5.major}-test-simple
+    depends_lib-append \  
+                    port:p${perl5.major}-sub-exporter \
+                    port:p${perl5.major}-test-simple
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160718/d57d2bb7/attachment.html>


More information about the macports-changes mailing list