[71512] trunk/dports/perl

ricci at macports.org ricci at macports.org
Wed Sep 15 09:25:45 PDT 2010


Revision: 71512
          http://trac.macports.org/changeset/71512
Author:   ricci at macports.org
Date:     2010-09-15 09:25:43 -0700 (Wed, 15 Sep 2010)
Log Message:
-----------
New port: perl interface to the SpiderMonkey JavaScript engine

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

Added: trunk/dports/perl/p5-javascript-spidermonkey/Portfile
===================================================================
--- trunk/dports/perl/p5-javascript-spidermonkey/Portfile	                        (rev 0)
+++ trunk/dports/perl/p5-javascript-spidermonkey/Portfile	2010-09-15 16:25:43 UTC (rev 71512)
@@ -0,0 +1,30 @@
+# $Id$
+PortSystem		1.0
+PortGroup		perl5 1.0
+
+perl5.setup		JavaScript-SpiderMonkey 0.20
+revision		0
+maintainers		ricci openmaintainer
+categories-append	www
+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           md5     06ce918cc0de15cc8208272ca9d782e0 \
+                    sha1    51034ede37a85d6dce0e89a3af1bef313484f664
+
+depends_lib	port:spidermonkey
+
+platforms		darwin
+supported_archs	i386 ppc
+
+post-patch {
+	reinplace "s|/usr/local|${prefix}|g" ${worksrcpath}/Makefile.PL
+}
+
+test.run		yes


Property changes on: trunk/dports/perl/p5-javascript-spidermonkey/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100915/9ac3a489/attachment.html>


More information about the macports-changes mailing list