pkgsrc/devel/p5-TheSchwartz/Makefile
2018-08-22 09:43:40 +00:00

22 lines
705 B
Makefile

# $NetBSD: Makefile,v 1.3 2018/08/22 09:44:52 wiz Exp $
DISTNAME= TheSchwartz-1.12
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
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"