pkgsrc/devel/p5-IPC-DirQueue/Makefile
abs 580c6d99df Added devel/p5-IPC-DirQueue version 1.0
This module implements a FIFO queueing infrastructure, using a
directory as the communications and storage media. No daemon process
is required to manage the queue; all communication takes place via
the filesystem.
2010-05-16 12:30:39 +00:00

22 lines
616 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/05/16 12:30:39 abs Exp $
DISTNAME= IPC-DirQueue-1.0
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IPC/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/IPC-DirQueue/
COMMENT= Disk-based many-to-many task queue
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
DEPENDS+= p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/IPC/DirQueue/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"