[118401] trunk/dports/perl/p5-module-build/Portfile

mojca at macports.org mojca at macports.org
Tue Apr 1 04:32:16 PDT 2014


Revision: 118401
          https://trac.macports.org/changeset/118401
Author:   mojca at macports.org
Date:     2014-04-01 04:32:16 -0700 (Tue, 01 Apr 2014)
Log Message:
-----------
p5-module-build: whitespace and first line only

Modified Paths:
--------------
    trunk/dports/perl/p5-module-build/Portfile

Modified: trunk/dports/perl/p5-module-build/Portfile
===================================================================
--- trunk/dports/perl/p5-module-build/Portfile	2014-04-01 11:30:55 UTC (rev 118400)
+++ trunk/dports/perl/p5-module-build/Portfile	2014-04-01 11:32:16 UTC (rev 118401)
@@ -1,44 +1,46 @@
+# -*- 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
 
-epoch                     2
-perl5.branches            5.8 5.10 5.12 5.14 5.16
-perl5.setup               Module-Build 0.4203
-license                   {Artistic GPL}
-maintainers               nomaintainer
-supported_archs           noarch
+epoch               2
+perl5.branches      5.8 5.10 5.12 5.14 5.16
+perl5.setup         Module-Build 0.4203
+license             {Artistic GPL}
+maintainers         nomaintainer
+supported_archs     noarch
 
-description               Build and install perl modules (MakeMaker replacement)
+description         Build and install perl modules (MakeMaker replacement)
 
-long_description          Module::Build is a system for building, testing, \
-                          and installing Perl modules. It is meant to be an \
-                          alternative to ExtUtils::MakeMaker. Developers \
-                          may alter the behavior of the module through \
-                          subclassing in a much more straightforward way than \
-                          with MakeMaker. It also does not require a make on \
-                          your system - most of the Module::Build code is \
-                          pure-perl and written in a very cross-platform way.
+long_description    Module::Build is a system for building, testing, \
+                    and installing Perl modules. It is meant to be an \
+                    alternative to ExtUtils::MakeMaker. Developers \
+                    may alter the behavior of the module through \
+                    subclassing in a much more straightforward way than \
+                    with MakeMaker. It also does not require a make on \
+                    your system - most of the Module::Build code is \
+                    pure-perl and written in a very cross-platform way.
 
-platforms                 darwin
+platforms           darwin
 
-checksums                 rmd160  e974b7a7a13dc9574aa5372937fb2da8916d0094 \
-                          sha256  d4cc3ad9e29543de144c48da34256ce216d6ea30bd19381a941a090da57b977d
+checksums           rmd160  e974b7a7a13dc9574aa5372937fb2da8916d0094 \
+                    sha256  d4cc3ad9e29543de144c48da34256ce216d6ea30bd19381a941a090da57b977d
 
 if {${perl5.major} != ""} {
-depends_build-append      port:p${perl5.major}-parse-cpan-meta
+depends_build-append \
+                    port:p${perl5.major}-parse-cpan-meta
 
-depends_lib-append        port:p${perl5.major}-yaml \
-                          port:p${perl5.major}-cpan-meta \
-                          port:p${perl5.major}-extutils-cbuilder \
-                          port:p${perl5.major}-module-metadata \
-                          port:p${perl5.major}-perl-ostype \
-                          port:p${perl5.major}-podlators
+depends_lib-append  port:p${perl5.major}-yaml \
+                    port:p${perl5.major}-cpan-meta \
+                    port:p${perl5.major}-extutils-cbuilder \
+                    port:p${perl5.major}-module-metadata \
+                    port:p${perl5.major}-perl-ostype \
+                    port:p${perl5.major}-podlators
 
 perl5.use_module_build
 
-depends_lib-delete        port:p${perl5.major}-module-build
+depends_lib-delete  port:p${perl5.major}-module-build
 }
 
-perl5.link_binaries       no
+perl5.link_binaries no
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140401/40abe591/attachment.html>


More information about the macports-changes mailing list