[131175] trunk/dports/perl/p5-template-plugin-class/Portfile

mojca at macports.org mojca at macports.org
Tue Jan 6 07:02:50 PST 2015


Revision: 131175
          https://trac.macports.org/changeset/131175
Author:   mojca at macports.org
Date:     2015-01-06 07:02:50 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-template-plugin-class: first line, checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-template-plugin-class/Portfile

Modified: trunk/dports/perl/p5-template-plugin-class/Portfile
===================================================================
--- trunk/dports/perl/p5-template-plugin-class/Portfile	2015-01-06 15:01:27 UTC (rev 131174)
+++ trunk/dports/perl/p5-template-plugin-class/Portfile	2015-01-06 15:02:50 UTC (rev 131175)
@@ -1,24 +1,24 @@
+# -*- 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           Template-Plugin-Class 0.14
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           allow calling of class methods on arbitrary classes
-long_description      ${description}
+perl5.setup         Template-Plugin-Class 0.14
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         allow calling of class methods on arbitrary classes
+long_description    ${description}
 
-platforms             darwin
+checksums           rmd160  b81e70b42f4deaefffad536f345047dea997ca0e \
+                    sha256  0604fe8ae7bf3ad9679e64d9b1ad4c9e9014c177aa80e835d52a86f78d9707c3
 
-checksums             md5 6bb9ac12814722479fe1462c743c5c51 \
-                      sha1 ad000bf6df2d3d8d2198f0165a6290f489cc2a3d \
-                      rmd160 b81e70b42f4deaefffad536f345047dea997ca0e
+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/20150106/e20f364d/attachment.html>


More information about the macports-changes mailing list