[128689] trunk/dports/perl/p5-file-sharedir/Portfile

devans at macports.org devans at macports.org
Tue Nov 25 11:59:16 PST 2014


Revision: 128689
          https://trac.macports.org/changeset/128689
Author:   devans at macports.org
Date:     2014-11-25 11:59:16 -0800 (Tue, 25 Nov 2014)
Log Message:
-----------
p5-file-sharedir: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-file-sharedir/Portfile

Modified: trunk/dports/perl/p5-file-sharedir/Portfile
===================================================================
--- trunk/dports/perl/p5-file-sharedir/Portfile	2014-11-25 19:56:21 UTC (rev 128688)
+++ trunk/dports/perl/p5-file-sharedir/Portfile	2014-11-25 19:59:16 UTC (rev 128689)
@@ -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           File-ShareDir 1.03 ../by-authors/id/A/AD/ADAMK/
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Locate per-dist and per-module shared files
-long_description      The intent of File::ShareDir is to provide a companion \
-                      to Class::Inspector and File::HomeDir, modules that \
-                      take a process that is well-known by advanced Perl \
-                      developers but gets a little tricky, and make it \
-                      more available to the larger Perl community.
+perl5.setup         File-ShareDir 1.03 ../by-authors/id/A/AD/ADAMK/
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Locate per-dist and per-module shared files
+long_description    The intent of File::ShareDir is to provide a companion \
+                    to Class::Inspector and File::HomeDir, modules that \
+                    take a process that is well-known by advanced Perl \
+                    developers but gets a little tricky, and make it \
+                    more available to the larger Perl community.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 333a0903db23b9097adfbeb37b99d561 \
-                      sha1 45ff393e20da1062d2f2cfb2e6dea1edf4e1db46 \
-                      rmd160 dbfec077f420abcce9c87eb0541dec16a4807509
+checksums           md5 333a0903db23b9097adfbeb37b99d561 \
+                    sha1 45ff393e20da1062d2f2cfb2e6dea1edf4e1db46 \
+                    rmd160 dbfec077f420abcce9c87eb0541dec16a4807509
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-inspector
+    depends_lib-append \
+                    port:p${perl5.major}-class-inspector
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141125/615c2098/attachment.html>


More information about the macports-changes mailing list