[130147] trunk/dports/perl/p5-javascript-spidermonkey/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 27 07:41:01 PST 2014


Revision: 130147
          https://trac.macports.org/changeset/130147
Author:   mojca at macports.org
Date:     2014-12-27 07:41:01 -0800 (Sat, 27 Dec 2014)
Log Message:
-----------
p5-javascript-spidermonkey: checksums, whitespace only

Modified Paths:
--------------
    trunk/dports/perl/p5-javascript-spidermonkey/Portfile

Modified: trunk/dports/perl/p5-javascript-spidermonkey/Portfile
===================================================================
--- trunk/dports/perl/p5-javascript-spidermonkey/Portfile	2014-12-27 15:37:10 UTC (rev 130146)
+++ trunk/dports/perl/p5-javascript-spidermonkey/Portfile	2014-12-27 15:41:01 UTC (rev 130147)
@@ -1,34 +1,33 @@
+# -*- 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		JavaScript-SpiderMonkey 0.20
-revision		4
-maintainers		nomaintainer
-categories-append	www
-license			{Artistic-1 GPL}
-description		Perl interface to the JavaScript Engine
-long_description	\
-	JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey \
-	JavaScript Engine. It is different from Claes Jacobsson's JavaScript.pm \
-	in that it offers two different levels of access: \
-		1) A 1:1 mapping of the SpiderMonkey API to Perl \
-		2) A more Perl-like API
+perl5.setup         JavaScript-SpiderMonkey 0.20
+revision            4
+maintainers         nomaintainer
+categories-append   www
+license             {Artistic-1 GPL}
+description         Perl interface to the JavaScript Engine
+long_description    JavaScript::SpiderMonkey is a Perl Interface to the SpiderMonkey \
+                    JavaScript Engine. It is different from Claes Jacobsson's JavaScript.pm \
+                    in that it offers two different levels of access: \
+                        1) A 1:1 mapping of the SpiderMonkey API to Perl \
+                        2) A more Perl-like API
 
+checksums           rmd160  283b9e9677ff4cd630ef0514b478393e7fbd4b60 \
+                    sha256  50990cb3b320f5c8103db523afbef9c491fdd917005a3945cc19cd38eb163785
 
-checksums           md5     06ce918cc0de15cc8208272ca9d782e0 \
-                    sha1    51034ede37a85d6dce0e89a3af1bef313484f664
-platforms		darwin
+platforms           darwin
+supported_archs     i386 ppc
+
 if {${perl5.major} != ""} {
-depends_lib-append	port:spidermonkey
+    depends_lib-append \
+                    port:spidermonkey
 
-supported_archs	i386 ppc
-
-post-patch {
-	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+    post-patch {
+        reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+    }
 }
-
-test.run		yes
-}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141227/ace0a932/attachment.html>


More information about the macports-changes mailing list