[138381] trunk/dports/perl/p5-carp-assert-more/Portfile

devans at macports.org devans at macports.org
Mon Jul 6 13:32:53 PDT 2015


Revision: 138381
          https://trac.macports.org/changeset/138381
Author:   devans at macports.org
Date:     2015-07-06 13:32:53 -0700 (Mon, 06 Jul 2015)
Log Message:
-----------
p5-carp-assert-more: add mode line and reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-carp-assert-more/Portfile

Modified: trunk/dports/perl/p5-carp-assert-more/Portfile
===================================================================
--- trunk/dports/perl/p5-carp-assert-more/Portfile	2015-07-06 20:31:56 UTC (rev 138380)
+++ trunk/dports/perl/p5-carp-assert-more/Portfile	2015-07-06 20:32:53 UTC (rev 138381)
@@ -1,24 +1,26 @@
+# -*- 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 5.18 5.20
-perl5.setup           Carp-Assert-More 1.14
-revision              1
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           Convenience wrappers around Carp::Assert
-long_description      ${description}
+perl5.setup         Carp-Assert-More 1.14
+revision            1
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         Convenience wrappers around Carp::Assert
+long_description    ${description}
 
-platforms             darwin
+platforms           darwin
 
-checksums             rmd160  f642fef3f95ba5d664830d6c5fd3fb3e87f0a67d \
-                      sha256  3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733
+checksums           rmd160  f642fef3f95ba5d664830d6c5fd3fb3e87f0a67d \
+                    sha256  3f004cbfa53476d85ab604a1e09fc4a5d7b28898c52f9549bd17c385c9c40733
 
 if {${perl5.major} != ""} {
-    depends_lib-append    port:p${perl5.major}-carp-assert \
-                          port:p${perl5.major}-test-exception
+    depends_lib-append \
+                    port:p${perl5.major}-carp-assert \
+                    port:p${perl5.major}-test-exception
 }
 
 supported_archs noarch
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150706/5f0a298c/attachment-0001.html>


More information about the macports-changes mailing list