20 lines
442 B
Makefile
20 lines
442 B
Makefile
# New ports collection makefile for: p5-Parallel-ForkManager
|
|
# Date created: October 26th 2002
|
|
# Whom: Nicolas Jombart <Nicolas.Jombart@hsc-labs.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Parallel-ForkManager
|
|
PORTVERSION= 0.7.9
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= A simple parallel processing fork manager
|
|
|
|
PERL_CONFIGURE= YES
|
|
|
|
MAN3= Parallel::ForkManager.3
|
|
|
|
.include <bsd.port.mk>
|