freebsd-ports/devel/p5-Parallel-Iterator/Makefile
Sahil Tandon 75bc8633f3 This module provides a 'parallel map'. Multiple worker processes are
forked so that many instances of the transformation function may be
executed simultaneously.

WWW: http://search.cpan.org/dist/Parallel-Iterator/

PR:		ports/151117
Submitted by:	Frederic Culot <frederic@culot.org>
2010-10-07 00:21:56 +00:00

21 lines
404 B
Makefile

# New ports collection makefile for: p5-Parallel-Iterator
# Date created: 2010-09-30
# Whom: Frederic Culot <frederic@culot.org>
#
# $FreeBSD$
#
PORTNAME= Parallel-Iterator
PORTVERSION= 1.00
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= frederic@culot.org
COMMENT= Simple parallel execution
PERL_MODBUILD= 5.8.0+
MAN3= Parallel::Iterator.3
.include <bsd.port.mk>