[122462] trunk/dports/perl/p5-datetime/Portfile

mojca at macports.org mojca at macports.org
Tue Jul 22 15:08:00 PDT 2014


Revision: 122462
          https://trac.macports.org/changeset/122462
Author:   mojca at macports.org
Date:     2014-07-22 15:07:59 -0700 (Tue, 22 Jul 2014)
Log Message:
-----------
p5-datetime: whitespace, add first line

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

Modified: trunk/dports/perl/p5-datetime/Portfile
===================================================================
--- trunk/dports/perl/p5-datetime/Portfile	2014-07-22 22:07:01 UTC (rev 122461)
+++ trunk/dports/perl/p5-datetime/Portfile	2014-07-22 22:07:59 UTC (rev 122462)
@@ -1,32 +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
 
-epoch                     2
+epoch               2
 perl5.branches      5.8 5.10 5.12 5.14 5.16
-perl5.setup               DateTime 0.75
-license                   Artistic-2
-maintainers               nomaintainer
-description               A date and time object
-long_description          DateTime is a class for the representation of \
-                          date/time combinations, and is part of the Perl \
-                          DateTime project. For details on this project \
-                          please see http://datetime.perl.org
+perl5.setup         DateTime 0.75
+license             Artistic-2
+maintainers         nomaintainer
+description         A date and time object
+long_description    DateTime is a class for the representation of \
+                    date/time combinations, and is part of the Perl \
+                    DateTime project. For details on this project \
+                    please see http://datetime.perl.org
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 sha1    e8d6b27e5f324e397fe9a1e8e459fb8b8c7c4d7c \
-                          rmd160  75fd044ec24423b72073ee6cbf990b4e85c4fb74
+checksums           sha1    e8d6b27e5f324e397fe9a1e8e459fb8b8c7c4d7c \
+                    rmd160  75fd044ec24423b72073ee6cbf990b4e85c4fb74
 
 if {${perl5.major} != ""} {
-depends_lib-append        port:p${perl5.major}-datetime-locale \
-                          port:p${perl5.major}-datetime-timezone \
-                          port:p${perl5.major}-params-validate \
-                          port:p${perl5.major}-test-exception \
-                          port:p${perl5.major}-extutils-cbuilder \
-                          port:p${perl5.major}-test-simple \
-                          port:p${perl5.major}-math-round
+depends_lib-append  port:p${perl5.major}-datetime-locale \
+                    port:p${perl5.major}-datetime-timezone \
+                    port:p${perl5.major}-params-validate \
+                    port:p${perl5.major}-test-exception \
+                    port:p${perl5.major}-extutils-cbuilder \
+                    port:p${perl5.major}-test-simple \
+                    port:p${perl5.major}-math-round
 
 perl5.use_module_build
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140722/f1dd6522/attachment.html>


More information about the macports-changes mailing list