pkgsrc/devel/p5-Proc-Queue/Makefile
wiz f268a12e0d Initial import of p5-Proc-Queue-1.23:
Proc::Queue limits the number of forked processes that can be
running concurrently.
2009-08-21 23:30:55 +00:00

20 lines
518 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/08/21 23:30:55 wiz Exp $
#
DISTNAME= Proc-Queue-1.23
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Proc/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/~salva/Proc-Queue/
COMMENT= Limit the number of child processes running
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
PERL5_PACKLIST= auto/Proc/Queue/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"