[105345] trunk/dports/perl/p5-sub-exporter/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Thu Apr 18 10:39:19 PDT 2013


Revision: 105345
          https://trac.macports.org/changeset/105345
Author:   macsforever2000 at macports.org
Date:     2013-04-18 10:39:18 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
p5-sub-exporter: whitespace. Reorganize lines to match other perl ports. Add modeline.

Modified Paths:
--------------
    trunk/dports/perl/p5-sub-exporter/Portfile

Modified: trunk/dports/perl/p5-sub-exporter/Portfile
===================================================================
--- trunk/dports/perl/p5-sub-exporter/Portfile	2013-04-18 17:30:19 UTC (rev 105344)
+++ trunk/dports/perl/p5-sub-exporter/Portfile	2013-04-18 17:39:18 UTC (rev 105345)
@@ -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           Sub-Exporter 0.982
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           a sophisticated exporter for custom-built routines
-long_description      ${description}
+perl5.setup         Sub-Exporter 0.982
+revision            3
 
-platforms             darwin
+platforms           darwin
+maintainers         nomaintainer
+license             {Artistic-1 GPL}
 
-checksums             md5 db90a0d73a5ca2d185dd6c6d2fc848f0 \
-                      sha1 3612afd39fd8a0e2f2b9168de8d2d51104208396 \
-                      rmd160 0a9a97c8bc135e36b996ef1247ca9177a9590630
+supported_archs     noarch
 
+description         a sophisticated exporter for custom-built routines
+long_description    ${description}
+
+checksums           md5 db90a0d73a5ca2d185dd6c6d2fc848f0 \
+                    sha1 3612afd39fd8a0e2f2b9168de8d2d51104208396 \
+                    rmd160 0a9a97c8bc135e36b996ef1247ca9177a9590630
+
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-data-optlist \
-                      port:p${perl5.major}-params-util \
-                      port:p${perl5.major}-sub-install
-
-supported_archs noarch
+    depends_lib-append    port:p${perl5.major}-data-optlist \
+                          port:p${perl5.major}-params-util \
+                          port:p${perl5.major}-sub-install
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/c23757ac/attachment.html>


More information about the macports-changes mailing list