[123364] trunk/dports/perl/p5-extutils-xsbuilder/Portfile

devans at macports.org devans at macports.org
Fri Aug 8 12:43:56 PDT 2014


Revision: 123364
          https://trac.macports.org/changeset/123364
Author:   devans at macports.org
Date:     2014-08-08 12:43:56 -0700 (Fri, 08 Aug 2014)
Log Message:
-----------
p5-extutils-xsbuilder: add mode line and retab, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-extutils-xsbuilder/Portfile

Modified: trunk/dports/perl/p5-extutils-xsbuilder/Portfile
===================================================================
--- trunk/dports/perl/p5-extutils-xsbuilder/Portfile	2014-08-08 19:41:45 UTC (rev 123363)
+++ trunk/dports/perl/p5-extutils-xsbuilder/Portfile	2014-08-08 19:43:56 UTC (rev 123364)
@@ -1,26 +1,28 @@
+# -*- 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.8 5.10 5.12 5.14 5.16 5.18 5.20
-perl5.setup           ExtUtils-XSBuilder 0.28
-revision              3
-license               {Artistic-1 GPL}
-maintainers           nomaintainer
-description           ExtUtils::XSBuilder - Automatic Perl XS glue code generation
-long_description      ExtUtils::XSBuilder is a set modules to parse C header \
-                      files and create XS glue code and documentation out of \
-                      it. Idealy this allows to "write" an interface to a \
-                      C library without coding a line.
+perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
+perl5.setup         ExtUtils-XSBuilder 0.28
+revision            3
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+description         ExtUtils::XSBuilder - Automatic Perl XS glue code generation
+long_description    ExtUtils::XSBuilder is a set modules to parse C header \
+                    files and create XS glue code and documentation out of \
+                    it. Idealy this allows to "write" an interface to a \
+                    C library without coding a line.
 
-platforms             darwin
+platforms           darwin
 
-checksums             md5 1d33ddeacc01426a02e23c71c2e4cd04
+checksums           md5 1d33ddeacc01426a02e23c71c2e4cd04
 
 if {${perl5.major} != ""} {
-depends_lib-append    port:p${perl5.major}-parse-recdescent \
-                      port:p${perl5.major}-tie-ixhash
+    depends_lib-append \
+                    port:p${perl5.major}-parse-recdescent \
+                    port:p${perl5.major}-tie-ixhash
 
-supported_archs noarch
+supported_archs     noarch
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140808/9c15bb48/attachment.html>


More information about the macports-changes mailing list