freebsd-ports/devel/p5-Parallel-Iterator/Makefile
2014-02-05 08:26:52 +00:00

16 lines
295 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>