[131623] trunk/dports/perl/p5-datetime-format-iso8601/Portfile

mojca at macports.org mojca at macports.org
Thu Jan 15 01:38:40 PST 2015


Revision: 131623
          https://trac.macports.org/changeset/131623
Author:   mojca at macports.org
Date:     2015-01-15 01:38:40 -0800 (Thu, 15 Jan 2015)
Log Message:
-----------
p5-datetime-format-iso8601: first line, whitespace only #46005, maintainer timeout)

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

Modified: trunk/dports/perl/p5-datetime-format-iso8601/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime-format-iso8601/Portfile	2015-01-15 09:37:45 UTC (rev 131622)
+++ trunk/dports/perl/p5-datetime-format-iso8601/Portfile	2015-01-15 09:38:40 UTC (rev 131623)
@@ -1,24 +1,26 @@
+# -*- 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-ISO8601 0.07
+perl5.setup         DateTime-Format-ISO8601 0.07
 revision            2
-maintainers			FreeBSD.org:mat
-description			Parses ISO8601 formats
-long_description \
-	Parses almost all ISO8601 date and time formats. ISO8601 time-intervals \
-	will be supported in a later release.
+maintainers         FreeBSD.org:mat
 
-platforms			darwin
+description         Parses ISO8601 formats
+long_description    Parses almost all ISO8601 date and time formats. ISO8601 time-intervals \
+                    will be supported in a later release.
 
 checksums           sha1    9a7b4f3dac26e9f03dda2aaca7a135fc2ab868ef \
                     rmd160  1ffa76d78657ba5759a1428d1d0ca3e4298dc50b
 
+platforms           darwin
+perl5.use_module_build
+
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-datetime port:p${perl5.major}-datetime-format-builder
-
-perl5.use_module_build
+    depends_lib-append \
+                    port:p${perl5.major}-datetime \
+                    port:p${perl5.major}-datetime-format-builder
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150115/5217dcd9/attachment.html>


More information about the macports-changes mailing list