[135217] trunk/dports/perl/p5-sdl_perl/Portfile

devans at macports.org devans at macports.org
Sun Apr 19 09:32:38 PDT 2015


Revision: 135217
          https://trac.macports.org/changeset/135217
Author:   devans at macports.org
Date:     2015-04-19 09:32:38 -0700 (Sun, 19 Apr 2015)
Log Message:
-----------
p5-sdl_perl: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/perl/p5-sdl_perl/Portfile

Modified: trunk/dports/perl/p5-sdl_perl/Portfile
===================================================================
--- trunk/dports/perl/p5-sdl_perl/Portfile	2015-04-19 16:15:59 UTC (rev 135216)
+++ trunk/dports/perl/p5-sdl_perl/Portfile	2015-04-19 16:32:38 UTC (rev 135217)
@@ -1,42 +1,41 @@
 # -*- 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         SDL_Perl 2.2.6 ../by-authors/id/K/KT/KTHAKORE
+maintainers         nomaintainer
+categories-append   devel
+description         Perl bindings for the Simple DirectMedia Layer
+long_description    ${description}
+homepage            http://sdl.perl.org/
+platforms           darwin
+distname            ${perl5.module}-v${version}
 
-perl5.branches          5.16 5.18 5.20
-perl5.setup             SDL_Perl 2.2.6 ../by-authors/id/K/KT/KTHAKORE
-maintainers             nomaintainer
-categories-append       devel
-description             Perl bindings for the Simple DirectMedia Layer
-long_description        ${description}
-homepage                http://sdl.perl.org/
-platforms               darwin
-distname                ${perl5.module}-v${version}
+checksums           rmd160  1a6d779c05d97c691e9a3673e83ca650142a0d0a \
+                    sha256  a3fbf0213855629fefab9fa3431053ad646e175e9daa8e9796be1d84a5c32061
 
-checksums               rmd160  1a6d779c05d97c691e9a3673e83ca650142a0d0a \
-                        sha256  a3fbf0213855629fefab9fa3431053ad646e175e9daa8e9796be1d84a5c32061
-
 if {${perl5.major} != ""} {
+    depends_lib-append \
+                    port:p${perl5.major}-module-build \
+                    port:libsdl \
+                    port:libsdl_gfx \
+                    port:libsdl_image \
+                    port:libsdl_mixer \
+                    port:libsdl_net \
+                    port:libsdl_ttf
 
-depends_lib-append      port:p${perl5.major}-module-build \
-                        port:libsdl \
-                        port:libsdl_gfx \
-                        port:libsdl_image \
-                        port:libsdl_mixer \
-                        port:libsdl_net \
-                        port:libsdl_ttf
+    patchfiles      patch-Build.PL.diff \
+                    patch-make-lib-SDL-Build-Darwin.pm.diff \
+                    patch-src-SDL.xs.diff
 
-patchfiles              patch-Build.PL.diff \
-                        patch-make-lib-SDL-Build-Darwin.pm.diff \
-                        patch-src-SDL.xs.diff
+    post-patch {
+        reinplace "s|@ARCHFLAGS@|[get_canonical_archflags]|g" ${worksrcpath}/Build.PL
+    }
 
-post-patch {
-    reinplace "s|@ARCHFLAGS@|[get_canonical_archflags]|g" ${worksrcpath}/Build.PL
+    perl5.use_module_build
 }
 
-perl5.use_module_build
-
-}
-
-livecheck.version       v${version}
+livecheck.version   v${version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150419/b07fc5f8/attachment.html>


More information about the macports-changes mailing list