[150219] trunk/dports/perl/p5-spreadsheet-parseexcel/Portfile

devans at macports.org devans at macports.org
Tue Jul 12 23:19:33 PDT 2016


Revision: 150219
          https://trac.macports.org/changeset/150219
Author:   devans at macports.org
Date:     2016-07-12 23:19:33 -0700 (Tue, 12 Jul 2016)
Log Message:
-----------
p5-spreadsheet-parseexcel: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-spreadsheet-parseexcel/Portfile

Modified: trunk/dports/perl/p5-spreadsheet-parseexcel/Portfile
===================================================================
--- trunk/dports/perl/p5-spreadsheet-parseexcel/Portfile	2016-07-13 06:15:37 UTC (rev 150218)
+++ trunk/dports/perl/p5-spreadsheet-parseexcel/Portfile	2016-07-13 06:19:33 UTC (rev 150219)
@@ -1,31 +1,32 @@
+# -*- 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
 
-epoch                 1
+epoch               1
 perl5.branches      5.22 5.24
-perl5.setup           Spreadsheet-ParseExcel 0.65
-revision              1
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Get information from Excel file
-long_description      Spreadsheet::ParseExcel lets you to get information \
-                      from Excel95, Excel97, Excel2000 files.
-homepage              http://search.cpan.org/~kwitknr/Spreadsheet-ParseExcel
+perl5.setup         Spreadsheet-ParseExcel 0.65
+revision            1
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Get information from Excel file
+long_description    Spreadsheet::ParseExcel lets you to get information \
+                    from Excel95, Excel97, Excel2000 files.
+homepage            http://search.cpan.org/~kwitknr/Spreadsheet-ParseExcel
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5     4b8857e3a391d86501c1b742b459ac9e \
-                      sha1    76f49a87bffcbe0191117493c69017cf6a0598da \
-                      rmd160  d37321fe9612ac543ec4e611ca732ae789a5e0e8
+checksums           md5     4b8857e3a391d86501c1b742b459ac9e \
+                    sha1    76f49a87bffcbe0191117493c69017cf6a0598da \
+                    rmd160  d37321fe9612ac543ec4e611ca732ae789a5e0e8
 
 if {${perl5.major} != ""} {
-	depends_lib-append \
-    		      port:p${perl5.major}-crypt-rc4 \
-    		      port:p${perl5.major}-digest-perl-md5 \
-    		      port:p${perl5.major}-ole-storage_lite \
-                      port:p${perl5.major}-io-stringy
+    depends_lib-append \
+                    port:p${perl5.major}-crypt-rc4 \
+                    port:p${perl5.major}-digest-perl-md5 \
+                    port:p${perl5.major}-ole-storage_lite \
+                    port:p${perl5.major}-io-stringy
 
-supported_archs       noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160712/5369f933/attachment-0001.html>


More information about the macports-changes mailing list