c295a74e2f
TheSchwartz is a reliable job queue system. Your application can put jobs into the system, and your worker processes can pull jobs from the queue atomically to perform. Failed jobs can be left in the queue to retry later.
21 lines
689 B
Makefile
21 lines
689 B
Makefile
# $NetBSD: Makefile,v 1.1 2017/01/30 14:14:07 mef Exp $
|
|
|
|
DISTNAME= TheSchwartz-1.12
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= http://search.cpan.org/CPAN/authors/id/J/JF/JFEARN/
|
|
|
|
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
|
HOMEPAGE= http://search.cpan.org/dist/TheSchwartz/
|
|
COMMENT= Reliable job queue system
|
|
LICENSE= artistic-2.0
|
|
|
|
DEPENDS+= p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver
|
|
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
|
|
#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
PERL5_PACKLIST= auto/TheSchwartz/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|