[152035] trunk/dports/perl/p5-test-classapi/Portfile

devans at macports.org devans at macports.org
Sat Aug 27 16:35:59 PDT 2016


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

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

Modified: trunk/dports/perl/p5-test-classapi/Portfile
===================================================================
--- trunk/dports/perl/p5-test-classapi/Portfile	2016-08-27 23:34:57 UTC (rev 152034)
+++ trunk/dports/perl/p5-test-classapi/Portfile	2016-08-27 23:35:59 UTC (rev 152035)
@@ -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,31 +7,32 @@
 # 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-ClassAPI 1.06
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Provides basic first-pass API testing for large class trees
-long_description      For many APIs with large numbers of classes, it can be \
-                      very useful to be able to do a quick once-over to make \
-                      sure that classes, methods, and inheritance is correct, \
-                      before doing more comprehensive testing. This module \
-                      aims to provide such a capability.
+perl5.setup         Test-ClassAPI 1.06
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Provides basic first-pass API testing for large class trees
+long_description    For many APIs with large numbers of classes, it can be \
+                    very useful to be able to do a quick once-over to make \
+                    sure that classes, methods, and inheritance is correct, \
+                    before doing more comprehensive testing. This module \
+                    aims to provide such a capability.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 ee31a9e1ecedcf720a9e89461a83442e \
-                      sha1 92c08ddded5b73e83e9355dd69f7d7902e320fb6 \
-                      rmd160 b0391f8ed30be0655f818e43121bbcca19da736e
+checksums           md5 ee31a9e1ecedcf720a9e89461a83442e \
+                    sha1 92c08ddded5b73e83e9355dd69f7d7902e320fb6 \
+                    rmd160 b0391f8ed30be0655f818e43121bbcca19da736e
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-class-inspector \
-                      port:p${perl5.major}-config-tiny \
-                      port:p${perl5.major}-params-util
+    depends_lib-append \
+                    port:p${perl5.major}-class-inspector \
+                    port:p${perl5.major}-config-tiny \
+                    port:p${perl5.major}-params-util
 
-supported_archs noarch
+    supported_archs noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160827/be04c0bb/attachment-0001.html>


More information about the macports-changes mailing list