[131235] trunk/dports/perl/p5-mac-carbon/Portfile

larryv at macports.org larryv at macports.org
Tue Jan 6 21:28:38 PST 2015


Revision: 131235
          https://trac.macports.org/changeset/131235
Author:   larryv at macports.org
Date:     2015-01-06 21:28:38 -0800 (Tue, 06 Jan 2015)
Log Message:
-----------
p5-mac-carbon: Add modeline, rearrange, reformat

Modified Paths:
--------------
    trunk/dports/perl/p5-mac-carbon/Portfile

Modified: trunk/dports/perl/p5-mac-carbon/Portfile
===================================================================
--- trunk/dports/perl/p5-mac-carbon/Portfile	2015-01-07 00:53:23 UTC (rev 131234)
+++ trunk/dports/perl/p5-mac-carbon/Portfile	2015-01-07 05:28:38 UTC (rev 131235)
@@ -1,23 +1,27 @@
+# -*- 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
-perl5.setup			Mac-Carbon 0.82
+perl5.setup         Mac-Carbon 0.82
 revision            3
-license				{Artistic-1 GPL}
-maintainers			nomaintainer
-description			Access to Mac OS Carbon API
-long_description	Mac::Carbon is a collection of perl modules for accessing \
-					the Carbon API under Mac OS X. It is a port of the Toolbox \
-					modules written by Matthias Neeracher for MacPerl.
-platforms			darwin
+platforms           darwin
+license             {Artistic-1 GPL}
+maintainers         nomaintainer
+
+description         Access to Mac OS Carbon API
+long_description    Mac::Carbon is a collection of perl modules for \
+                    accessing the Carbon API under Mac OS X. It is \
+                    a port of the Toolbox modules written by Matthias \
+                    Neeracher for MacPerl.
+
+checksums           md5     1a8f8447577024b36ffa80a10f5d5b87 \
+                    sha1    9198c4bc73969cc6bd8dc41b01f9a7d35493ae2d \
+                    rmd160  ad53386c550c13bd8f67075ed755c197ddd70f4f
+
 if {${perl5.major} != ""} {
-    supported_archs		i386 ppc
+    supported_archs     i386 ppc
     configure.post_args TRY_ANYWAY=1
 }
-
-checksums			md5     1a8f8447577024b36ffa80a10f5d5b87 \
-					sha1    9198c4bc73969cc6bd8dc41b01f9a7d35493ae2d \
-					rmd160  ad53386c550c13bd8f67075ed755c197ddd70f4f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150106/de67c56f/attachment-0001.html>


More information about the macports-changes mailing list