summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Pg
diff options
context:
space:
mode:
authorwen <wen>2016-08-24 00:23:31 +0000
committerwen <wen>2016-08-24 00:23:31 +0000
commitf49c0a3afb611ac06e2b594499f3099c41d16c10 (patch)
tree200f689344924596cefa56b5f4200fddc0d5c748 /time/p5-DateTime-Format-Pg
parent3184cad0bc516ff0b7e2cb65b6628ecee39716d2 (diff)
downloadpkgsrc-f49c0a3afb611ac06e2b594499f3099c41d16c10.tar.gz
Fix build by set PERL5_MODULE_TYPE to Module::Build::Tiny
Reported by: joerg@
Diffstat (limited to 'time/p5-DateTime-Format-Pg')
-rw-r--r--time/p5-DateTime-Format-Pg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/time/p5-DateTime-Format-Pg/Makefile b/time/p5-DateTime-Format-Pg/Makefile
index 93fb0db1395..cd21b285408 100644
--- a/time/p5-DateTime-Format-Pg/Makefile
+++ b/time/p5-DateTime-Format-Pg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2016/07/26 00:25:32 wen Exp $
+# $NetBSD: Makefile,v 1.20 2016/08/24 00:23:31 wen Exp $
DISTNAME= DateTime-Format-Pg-0.16012
PKGNAME= p5-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= p5-DateTime-TimeZone>=0.05:../../time/p5-DateTime-TimeZone
PERL5_PACKLIST= auto/DateTime/Format/Pg/.packlist
-PERL5_MODULE_TYPE= Module::Build
+PERL5_MODULE_TYPE= Module::Build::Tiny
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"