openbsd-ports/devel/p5-Parallel-Forker/Makefile
sturm b01d1a6cd1 Initial import of Parallel-Forker-1.221
Parallel::Forker manages parallel processes that are either subroutines
or system commands. Forker supports most of the features in all the other
little packages out there, with the addition of being able to specify
complicated expressions to determine which processes run after others, or
run when others fail.
2007-09-01 06:59:19 +00:00

21 lines
382 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/01 06:59:19 sturm Exp $
COMMENT= parallel job forking and management
DISTNAME= Parallel-Forker-1.221
CATEGORIES= devel
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= cpan
RUN_DEPENDS= ::sysutils/p5-Proc-ProcessTable
PKG_ARCH= *
.include <bsd.port.mk>