08807b2ed6
-- This module is intended for use in operations that can be done in parallel where the number of processes to be forked off should be limited. From: David Krause <openbsd@davidkrause.com> brad@ ok
24 lines
534 B
Makefile
24 lines
534 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/28 16:14:56 margarida Exp $
|
|
|
|
COMMENT= "simple parallel processing fork manager"
|
|
|
|
DISTNAME= Parallel-ForkManager-0.7.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
|
|
HOMEPAGE= http://hacks.dlux.hu/Parallel-ForkManager/
|
|
|
|
MAINTAINER= David Krause <openbsd@davidkrause.com>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Parallel/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|