[124289] trunk/dports/perl/p5-datetime-format-builder/Portfile

devans at macports.org devans at macports.org
Fri Aug 22 00:18:48 PDT 2014


Revision: 124289
          https://trac.macports.org/changeset/124289
Author:   devans at macports.org
Date:     2014-08-22 00:18:47 -0700 (Fri, 22 Aug 2014)
Log Message:
-----------
p5-datetime-format-builder: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-datetime-format-builder/Portfile

Modified: trunk/dports/perl/p5-datetime-format-builder/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime-format-builder/Portfile	2014-08-22 07:14:56 UTC (rev 124288)
+++ trunk/dports/perl/p5-datetime-format-builder/Portfile	2014-08-22 07:18:47 UTC (rev 124289)
@@ -1,35 +1,38 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup               DateTime-Format-Builder 0.81
-license                   {Artistic-1 GPL}
-maintainers               nomaintainer
-description               Create DateTime parser classes and objects
-long_description          DateTime::Format::Builder creates DateTime \
-                          parsers. Many string formats of dates and times \
-                          are simple and just require a basic regular \
-                          expression to extract the relevant information. \
-                          Builder provides a simple way to do this without \
-                          writing reams of structural code.
+perl5.setup         DateTime-Format-Builder 0.81
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Create DateTime parser classes and objects
+long_description    DateTime::Format::Builder creates DateTime \
+                    parsers. Many string formats of dates and times \
+                    are simple and just require a basic regular \
+                    expression to extract the relevant information. \
+                    Builder provides a simple way to do this without \
+                    writing reams of structural code.
 
-platforms                 darwin
+platforms           darwin
 
 checksums           rmd160  33c6269256d4e47cd969c435b112bb830cc2dba7 \
                     sha256  7cd58a8cb53bf698407cc992f89e4d49bf3dc55baf4f3f00f1def63a0fff33ef
 
 if {${perl5.major} != ""} {
-depends_build-append      port:p${perl5.major}-namespace-clean \
-                          port:p${perl5.major}-sub-exporter-progressive
+    depends_build-append \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-sub-exporter-progressive
 
-depends_lib-append        port:p${perl5.major}-class-factory-util \
-                          port:p${perl5.major}-datetime \
-                          port:p${perl5.major}-datetime-format-strptime \
-                          port:p${perl5.major}-params-validate \
-                          port:p${perl5.major}-task-weaken
+    depends_lib-append \
+                    port:p${perl5.major}-class-factory-util \
+                    port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-datetime-format-strptime \
+                    port:p${perl5.major}-params-validate \
+                    port:p${perl5.major}-task-weaken
 
-supported_archs     noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140822/282ca664/attachment.html>


More information about the macports-changes mailing list