pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-TheSchwartz



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Sep 10 10:33:47 UTC 2020

Modified Files:
        pkgsrc/devel/p5-TheSchwartz: Makefile

Log Message:
p5-TheSchwartz: fix module build type.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-TheSchwartz/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-TheSchwartz/Makefile
diff -u pkgsrc/devel/p5-TheSchwartz/Makefile:1.8 pkgsrc/devel/p5-TheSchwartz/Makefile:1.9
--- pkgsrc/devel/p5-TheSchwartz/Makefile:1.8    Mon Sep  7 10:18:53 2020
+++ pkgsrc/devel/p5-TheSchwartz/Makefile        Thu Sep 10 10:33:47 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2020/09/07 10:18:53 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2020/09/10 10:33:47 wiz Exp $
 
 DISTNAME=              TheSchwartz-1.15
 PKGNAME=               p5-${DISTNAME}
@@ -11,9 +11,8 @@ COMMENT=              Reliable job queue system
 LICENSE=               artistic-2.0
 
 DEPENDS+=              p5-Data-ObjectDriver>=0.04:../../devel/p5-Data-ObjectDriver
-#DEPENDS+=             p5-Storable-[0-9]*:../../devel/p5-Storable
 
-PERL5_MODULE_TYPE=     Module::Build
+PERL5_MODULE_TYPE=     Module::Build::Tiny
 PERL5_PACKLIST=                auto/TheSchwartz/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index