Permalink
Browse files
p5-parallel-iterator: new port
Parallel::Iterator - Simple parallel execution
- Loading branch information
| @@ -0,0 +1,22 @@ | ||
| # -*- 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 | ||
|
|
||
| PortSystem 1.0 | ||
| PortGroup perl5 1.0 | ||
|
|
||
| perl5.branches 5.26 5.28 | ||
| perl5.setup Parallel-Iterator 1.00 | ||
| license {Artistic-1 GPL} | ||
| maintainers {devans @dbevans} openmaintainer | ||
| description Parallel::Iterator - Simple parallel execution | ||
| long_description ${description} | ||
|
|
||
| platforms darwin | ||
|
|
||
| checksums rmd160 cf61a684f3f7955d6377a1bb559b552b7bd91494 \ | ||
| sha256 e8495095cf5746a14e154037b11b0d911da2a32283b77291abb37bf6311345f4 \ | ||
| size 15227 | ||
|
|
||
| if {${perl5.major} != ""} { | ||
| perl5.use_module_build | ||
| supported_archs noarch | ||
| } |