[131606] trunk/dports/perl/p5-css/Portfile

mojca at macports.org mojca at macports.org
Wed Jan 14 19:30:35 PST 2015


Revision: 131606
          https://trac.macports.org/changeset/131606
Author:   mojca at macports.org
Date:     2015-01-14 19:30:35 -0800 (Wed, 14 Jan 2015)
Log Message:
-----------
p5-css: whitespace only (#46005, maintainer timeout)

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

Modified: trunk/dports/perl/p5-css/Portfile
===================================================================
--- trunk/dports/perl/p5-css/Portfile	2015-01-15 03:29:05 UTC (rev 131605)
+++ trunk/dports/perl/p5-css/Portfile	2015-01-15 03:30:35 UTC (rev 131606)
@@ -7,10 +7,8 @@
 perl5.branches      5.16
 perl5.setup         CSS 1.08
 revision            3
-platforms           darwin
 maintainers         gmail.com:ejshamow
 license             {Artistic-1 GPL}
-supported_archs     noarch
 
 description         Object oriented access to Cascading Style Sheets (CSS)
 
@@ -21,19 +19,23 @@
 checksums           sha1    6b0dff68227cbc9acc8df87350bdfac0163741d1 \
                     rmd160  7b234dbc8d06ab69a7d168da0ad2c742878bac4e
 
+platforms           darwin
+supported_archs     noarch
+
 if {${perl5.major} != ""} {
-depends_lib-append  port:p${perl5.major}-parse-recdescent
+    depends_lib-append \
+                    port:p${perl5.major}-parse-recdescent
 
-post-configure {
-    ui_debug "Recompiling CSS::Parse::CompiledGrammar (see https://rt.cpan.org/Public/Bug/Display.html?id=53948)"
-    system "cd ${worksrcpath} && ${perl5.bin} -I${worksrcpath} ${filespath}/build-grammar.pl"
-    move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse
-}
+    post-configure {
+        ui_debug "Recompiling CSS::Parse::CompiledGrammar (see https://rt.cpan.org/Public/Bug/Display.html?id=53948)"
+        system "cd ${worksrcpath} && ${perl5.bin} -I${worksrcpath} ${filespath}/build-grammar.pl"
+        move -force ${worksrcpath}/CompiledGrammar.pm ${worksrcpath}/CSS/Parse
+    }
 
-post-destroot {
-    set examplesdir ${destroot}${prefix}/share/examples/${name}
-    xinstall -d ${examplesdir}
-    eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
-        ${examplesdir}
+    post-destroot {
+        set examplesdir ${destroot}${prefix}/share/examples/${name}
+        xinstall -d ${examplesdir}
+        eval xinstall -m 644 [glob ${worksrcpath}/examples/*] \
+            ${examplesdir}
+    }
 }
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150114/c6b8fb4f/attachment.html>


More information about the macports-changes mailing list