1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup spidermonkey 0.1.4 pecl |
---|
8 | license PHP |
---|
9 | categories-append devel lang |
---|
10 | platforms darwin freebsd openbsd |
---|
11 | maintainers ouarz.net:franck.cassedanne |
---|
12 | homepage http://pecl.php.net/package/spidermonkey |
---|
13 | |
---|
14 | description JavaScript engine for PHP |
---|
15 | |
---|
16 | long_description The ${name} extension embed Mozilla's Javascript engine \ |
---|
17 | Spidermonkey in PHP. |
---|
18 | |
---|
19 | checksums md5 4f4a9d3558d1354e728ab168e11c35c5 \ |
---|
20 | sha1 dd3f922452519f042227684bfee79af6d2a30324 \ |
---|
21 | rmd160 059761f39d3e5fe2a0aba55e897fb1b6399bc3f4 |
---|
22 | |
---|
23 | |
---|
24 | depends_lib-append port:spidermonkey |
---|
25 | |
---|
26 | use_parallel_build yes |
---|
27 | test.run yes |
---|
28 | |
---|
29 | livecheck.regex {(\d+(?:\.\d+)*)</a></th>} |
---|