# -*- 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$ # This comment was inserted on 20160713 to force reindexing of # this port after the default homepage definition in the perl5 # PortGroup was changed to use metacpan.org (r150080). # Reindexing is necessary for the new definition to take effect. # This comment may be removed in subsequent updates of this port. PortSystem 1.0 PortGroup perl5 1.0 perl5.branches 5.24 perl5.setup JavaScript-SpiderMonkey 0.21 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 fd489ea2a963c35bb057568beceb2f5f51159939 \ sha256 7bd1879afaf4d73f37adaab6464611a466c1b93d4fe23509d81eedf428809a1a platforms darwin if {${perl5.major} != ""} { depends_build-append \ port:p${perl5.major}-log-log4perl depends_lib-append \ port:spidermonkey patchfiles patch-Makefile.PL.diff post-patch { reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/Makefile.PL } }