Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-TheSchwartz p5-TheSchwartz: fix module build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9360fd988a21
branches:  trunk
changeset: 438787:9360fd988a21
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Sep 10 10:33:47 2020 +0000

description:
p5-TheSchwartz: fix module build type.

diffstat:

 devel/p5-TheSchwartz/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 714c8ddbd741 -r 9360fd988a21 devel/p5-TheSchwartz/Makefile
--- a/devel/p5-TheSchwartz/Makefile     Thu Sep 10 10:28:31 2020 +0000
+++ b/devel/p5-TheSchwartz/Makefile     Thu Sep 10 10:33:47 2020 +0000
@@ -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 @@
 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