Thu Sep 10 10:33:47 2020 UTC ()
p5-TheSchwartz: fix module build type.


(wiz)
diff -r1.8 -r1.9 pkgsrc/devel/p5-TheSchwartz/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-TheSchwartz/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-TheSchwartz/Makefile 2020/09/07 10:18:53 1.8
+++ pkgsrc/devel/p5-TheSchwartz/Makefile 2020/09/10 10:33:47 1.9
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.8 2020/09/07 10:18:53 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2020/09/10 10:33:47 wiz Exp $
2 2
3DISTNAME= TheSchwartz-1.15 3DISTNAME= TheSchwartz-1.15
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AK/AKIYM/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/A/AK/AKIYM/}
7 7
8MAINTAINER= hiramatu@boreas.dti.ne.jp 8MAINTAINER= hiramatu@boreas.dti.ne.jp
9HOMEPAGE= https://metacpan.org/release/TheSchwartz 9HOMEPAGE= https://metacpan.org/release/TheSchwartz
10COMMENT= Reliable job queue system 10COMMENT= Reliable job queue system
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver 13DEPENDS+= p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver
14#DEPENDS+= p5-Storable-[0-9]*:../../devel/p5-Storable 
15 14
16PERL5_MODULE_TYPE= Module::Build 15PERL5_MODULE_TYPE= Module::Build::Tiny
17PERL5_PACKLIST= auto/TheSchwartz/.packlist 16PERL5_PACKLIST= auto/TheSchwartz/.packlist
18 17
19.include "../../lang/perl5/module.mk" 18.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"