3a3b401c6c
This module limits the number of forked processes that can be running concurrently. help and ok sturm@
24 lines
477 B
Makefile
24 lines
477 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2005/07/23 07:43:33 aanriot Exp $
|
|
|
|
COMMENT= "limits the number of forked concurrent processes"
|
|
|
|
DISTNAME= Proc-Queue-1.16
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= sysutils perl5
|
|
|
|
MAINTAINER= Okan Demirmen <okan@demirmen.com>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
|
|
|
|
CONFIGURE_STYLE=perl
|
|
|
|
PKG_ARCH= *
|
|
|
|
.include <bsd.port.mk>
|