[129283] trunk/dports/perl/p5-template-timer/Portfile

mojca at macports.org mojca at macports.org
Tue Dec 9 16:16:49 PST 2014


Revision: 129283
          https://trac.macports.org/changeset/129283
Author:   mojca at macports.org
Date:     2014-12-09 16:16:49 -0800 (Tue, 09 Dec 2014)
Log Message:
-----------
p5-template-timer: whitespace, status line, sha256

Modified Paths:
--------------
    trunk/dports/perl/p5-template-timer/Portfile

Modified: trunk/dports/perl/p5-template-timer/Portfile
===================================================================
--- trunk/dports/perl/p5-template-timer/Portfile	2014-12-10 00:13:22 UTC (rev 129282)
+++ trunk/dports/perl/p5-template-timer/Portfile	2014-12-10 00:16:49 UTC (rev 129283)
@@ -1,25 +1,25 @@
+# -*- 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.10 5.12 5.14 5.16
-perl5.setup           Template-Timer 1.00
-revision              3
-license               {Artistic-2 GPL-3}
-maintainers           nomaintainer
-description           Rudimentary profiling for Template Toolkit
-long_description      Template::Timer provides inline timings of the \
-                      template processing througout your code.
+perl5.branches      5.10 5.12 5.14 5.16
+perl5.setup         Template-Timer 1.00
+revision            3
+license             {Artistic-2 GPL-3}
+maintainers         nomaintainer
+description         Rudimentary profiling for Template Toolkit
+long_description    Template::Timer provides inline timings of the \
+                    template processing througout your code.
 
-platforms             darwin
+checksums           rmd160  23f4259205563cf4c0133d0c6853127386ff628d \
+                    sha256  b7314cb365209d93557b8054e0311ae8c3cb5d1c9d228d1eb3e3fc193a5b77b4
 
-checksums             md5 b7d488e5a1fd4f8171c5f81183921dc2 \
-                      sha1 909dcec55edc4f6957f74f6db554138849befcc2 \
-                      rmd160 23f4259205563cf4c0133d0c6853127386ff628d
+platforms           darwin
+supported_archs     noarch
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-template-toolkit
-
-supported_archs noarch
+    depends_lib-append \
+                    port:p${perl5.major}-template-toolkit
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141209/f98524ad/attachment.html>


More information about the macports-changes mailing list