[131083] trunk/dports/perl/p5-datetime-format-pg/Portfile

devans at macports.org devans at macports.org
Mon Jan 5 14:44:17 PST 2015


Revision: 131083
          https://trac.macports.org/changeset/131083
Author:   devans at macports.org
Date:     2015-01-05 14:44:17 -0800 (Mon, 05 Jan 2015)
Log Message:
-----------
p5-datetime-format-pg: add mode line and reformat, white space only.

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

Modified: trunk/dports/perl/p5-datetime-format-pg/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime-format-pg/Portfile	2015-01-05 22:42:47 UTC (rev 131082)
+++ trunk/dports/perl/p5-datetime-format-pg/Portfile	2015-01-05 22:44:17 UTC (rev 131083)
@@ -1,30 +1,33 @@
+# -*- 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.16
-perl5.setup           DateTime-Format-Pg 0.16006
-revision              2
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Parse and format PostgreSQL dates and times
-long_description      This module understands the formats used by PostgreSQL \
-                      for its DATE, TIME, TIMESTAMP, and INTERVAL data types. \
-                      It can be used to parse these formats in order to \
-                      create DateTime or DateTime::Duration objects, and it \
-                      can take a DateTime or DateTime::Duration object and \
-                      produce a string representing it in a format accepted \
-                      by PostgreSQL.
+perl5.setup         DateTime-Format-Pg 0.16006
+revision            2
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Parse and format PostgreSQL dates and times
+long_description    This module understands the formats used by PostgreSQL \
+                    for its DATE, TIME, TIMESTAMP, and INTERVAL data types. \
+                    It can be used to parse these formats in order to \
+                    create DateTime or DateTime::Duration objects, and it \
+                    can take a DateTime or DateTime::Duration object and \
+                    produce a string representing it in a format accepted \
+                    by PostgreSQL.
 
-platforms             darwin
-supported_archs       noarch
+platforms           darwin
 
-checksums             sha1    11039b39e9591c71924f1c2e1d7e2bc6eea9997f \
-                      rmd160  53f1b53445048ff7c4fffa11ce186519df539ee8
+checksums           sha1    11039b39e9591c71924f1c2e1d7e2bc6eea9997f \
+                    rmd160  53f1b53445048ff7c4fffa11ce186519df539ee8
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-datetime \
-                      port:p${perl5.major}-datetime-format-builder \
-                      port:p${perl5.major}-datetime-timezone
+    depends_lib-append \
+                    port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-datetime-format-builder \
+                    port:p${perl5.major}-datetime-timezone
+
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150105/1074c8f6/attachment.html>


More information about the macports-changes mailing list