[124286] trunk/dports/perl/p5-datetime-format-strptime/Portfile

devans at macports.org devans at macports.org
Thu Aug 21 23:55:31 PDT 2014


Revision: 124286
          https://trac.macports.org/changeset/124286
Author:   devans at macports.org
Date:     2014-08-21 23:55:31 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
p5-datetime-format-strptime: add mode line and retab, white space only.

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

Modified: trunk/dports/perl/p5-datetime-format-strptime/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime-format-strptime/Portfile	2014-08-22 06:53:03 UTC (rev 124285)
+++ trunk/dports/perl/p5-datetime-format-strptime/Portfile	2014-08-22 06:55:31 UTC (rev 124286)
@@ -1,35 +1,37 @@
+# -*- 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 5.18 5.20
-perl5.setup           DateTime-Format-Strptime 1.56
-license               Artistic-2
-maintainers           nomaintainer
-description           Parse and format strp and strf time patterns
-long_description      This module implements most of strptime(3), the \
-                      POSIX function that is the reverse of strftime(3), \
-                      for DateTime. While strftime takes a DateTime and a \
-                      pattern and returns a string, strptime takes a \
-                      string and a pattern and returns the DateTime \
-                      object associated.
+perl5.setup         DateTime-Format-Strptime 1.56
+license             Artistic-2
+maintainers         nomaintainer
+description         Parse and format strp and strf time patterns
+long_description    This module implements most of strptime(3), the \
+                    POSIX function that is the reverse of strftime(3), \
+                    for DateTime. While strftime takes a DateTime and a \
+                    pattern and returns a string, strptime takes a \
+                    string and a pattern and returns the DateTime \
+                    object associated.
 
-platforms             darwin
+platforms           darwin
 
 checksums           rmd160  262db72d39c9eeedad3866daa8d44c663374e877 \
                     sha256  2ff69d0f5a0359aab04e7276db5bee3be10040da24fbf09de1d904e7ead78b28
 
 if {${perl5.major} != ""} {
     depends_build-append \
-                      port:p${perl5.major}-namespace-clean \
-                      port:p${perl5.major}-sub-exporter-progressive \
+                    port:p${perl5.major}-namespace-clean \
+                    port:p${perl5.major}-sub-exporter-progressive \
                       
     depends_lib-append \
-                      port:p${perl5.major}-params-validate \
-                      port:p${perl5.major}-datetime \
-                      port:p${perl5.major}-datetime-locale \
-                      port:p${perl5.major}-datetime-timezone \
-                      port:p${perl5.major}-test-simple
-    supported_archs   noarch
+                    port:p${perl5.major}-params-validate \
+                    port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-datetime-locale \
+                    port:p${perl5.major}-datetime-timezone \
+                    port:p${perl5.major}-test-simple
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/6b375d6f/attachment.html>


More information about the macports-changes mailing list