[152038] trunk/dports/perl/p5-test-inline/Portfile

devans at macports.org devans at macports.org
Sat Aug 27 16:38:57 PDT 2016


Revision: 152038
          https://trac.macports.org/changeset/152038
Author:   devans at macports.org
Date:     2016-08-27 16:38:57 -0700 (Sat, 27 Aug 2016)
Log Message:
-----------
p5-test-inline: add modeline and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-test-inline/Portfile

Modified: trunk/dports/perl/p5-test-inline/Portfile
===================================================================
--- trunk/dports/perl/p5-test-inline/Portfile	2016-08-27 23:37:46 UTC (rev 152037)
+++ trunk/dports/perl/p5-test-inline/Portfile	2016-08-27 23:38:57 UTC (rev 152038)
@@ -1,3 +1,4 @@
+# -*- 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$
 
 # This comment was inserted on 20160713 to force reindexing of
@@ -6,30 +7,31 @@
 # Reindexing is necessary for the new definition to take effect.
 # This comment may be removed in subsequent updates of this port.
 
-PortSystem           1.0
-PortGroup            perl5 1.0
+PortSystem          1.0
+PortGroup           perl5 1.0
 
 perl5.branches      5.22 5.24
-perl5.setup          Test-Inline 2.213
-license              {Artistic-1 GPL}
-maintainers	     nomaintainer
-platforms            darwin
+perl5.setup         Test-Inline 2.213
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+platforms           darwin
 
-description          Inlining your tests next to the code being tested
-long_description     Embedding tests allows tests to be placed near the code it's testing.\
-    This is a nice supplement to the traditional .t files.\
-    It's like XUnit, only better and Perl-style.
+description         Inlining your tests next to the code being tested
+long_description    Embedding tests allows tests to be placed near the code it's testing.\
+                    This is a nice supplement to the traditional .t files.\
+                    It's like XUnit, only better and Perl-style.
 
-checksums            rmd160  56cc1d600826fa90950c312ff658a330c36b7ecf \
-                     sha256  cc76088b8e12d509b89ebe7826dfbb588ee1dd8d1b5eb07a0c37425f04e301b4
+checksums           rmd160  56cc1d600826fa90950c312ff658a330c36b7ecf \
+                    sha256  cc76088b8e12d509b89ebe7826dfbb588ee1dd8d1b5eb07a0c37425f04e301b4
 
 if {${perl5.major} != ""} {
-depends_lib-append   	port:p${perl5.major}-params-util \
-			port:p${perl5.major}-config-tiny \
-			port:p${perl5.major}-class-autouse \
-			port:p${perl5.major}-algorithm-dependency \
-			port:p${perl5.major}-file-flat \
-			port:p${perl5.major}-pod-tests
+    depends_lib-append \
+                    port:p${perl5.major}-params-util \
+                    port:p${perl5.major}-config-tiny \
+                    port:p${perl5.major}-class-autouse \
+                    port:p${perl5.major}-algorithm-dependency \
+                    port:p${perl5.major}-file-flat \
+                    port:p${perl5.major}-pod-tests
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160827/349e6339/attachment.html>


More information about the macports-changes mailing list