21 lines
437 B
Makefile
21 lines
437 B
Makefile
# Created by: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parallel-ForkManager
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple parallel processing fork manager
|
|
|
|
LICENSE= ART10 GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
TEST_DEPENDS= p5-Test-Simple>1.001.003:${PORTSDIR}/devel/p5-Test-Simple
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|