freebsd-ports/devel/p5-Parallel-Iterator/Makefile
Frederic Culot 02a06c807c Update my MAINTAINER address to culot@FreeBSD.org.
Approved by:	sahil@ (mentor)
2010-10-20 05:53:20 +00:00

21 lines
403 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= culot@FreeBSD.org
COMMENT= Simple parallel execution
PERL_MODBUILD= 5.8.0+
MAN3= Parallel::Iterator.3
.include <bsd.port.mk>