2005-12-28 14:58:46 +01:00
|
|
|
# New ports collection makefile for: devel/p5-Proc-Queue
|
|
|
|
# Date created: 28 December 2005
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Proc-Queue
|
2008-02-07 14:12:08 +01:00
|
|
|
PORTVERSION= 1.23
|
2005-12-28 14:58:46 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2005-12-28 14:58:46 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
COMMENT= Proc::Queue - limit the number of child processes running
|
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Proc::Queue.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|