Skip to content
Permalink
Browse files

p5-parallel-iterator: new port

Parallel::Iterator - Simple parallel execution
  • Loading branch information
dbevans committed Apr 26, 2019
1 parent b84f628 commit c6d71e2e84c8aa02bdd9ef739075564905bf653d
Showing with 22 additions and 0 deletions.
  1. +22 −0 perl/p5-parallel-iterator/Portfile
@@ -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
}

0 comments on commit c6d71e2

Please sign in to comment.
You can’t perform that action at this time.