Commits
David B. Evans authored ba41f97b84f
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup perl5 1.0 |
5 5 | |
6 6 | perl5.branches 5.26 5.28 5.30 |
7 - | perl5.setup MCE 1.862 ../../authors/id/M/MA/MARIOROY |
7 + | perl5.setup MCE 1.863 ../../authors/id/M/MA/MARIOROY |
8 8 | |
9 9 | maintainers {devans @dbevans} openmaintainer |
10 10 | license {Artistic-1 GPL} |
11 11 | |
12 12 | description Many-Core Engine for Perl providing parallel processing capabilities |
13 13 | long_description ${description} |
14 14 | |
15 15 | platforms darwin |
16 16 | |
17 - | checksums rmd160 43b3641a7c81e39876bcf0ee1767f24c91e42dd4 \ |
18 - | sha256 12f484968ca50cb35fc2d139ce6836ca8a857aaad9b6360bb2920577eb1e33b7 \ |
19 - | size 214201 |
17 + | checksums rmd160 0c48c03cad560753923950a18f2e948ddf48d419 \ |
18 + | sha256 8dba85b11b67a5193084c7af698586acbc1e111a855c743a885a13ebc0c8ddea \ |
19 + | size 215331 |
20 20 | |
21 21 | if {${perl5.major} != ""} { |
22 22 | # Sereal is loaded automatically if available |
23 23 | depends_lib-append \ |
24 24 | port:p${perl5.major}-sereal \ |
25 25 | port:p${perl5.major}-time-hires |
26 26 | |
27 27 | supported_archs noarch |
28 28 | } |