summaryrefslogtreecommitdiff
path: root/devel/p5-File-ChangeNotify
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-05-19 22:22:34 +0000
committersno <sno@pkgsrc.org>2009-05-19 22:22:34 +0000
commit5a92919b0600f1d56f941889179c47330b27a65b (patch)
tree6f50b4ab18ea9037a120d6837adbf861a65bec13 /devel/p5-File-ChangeNotify
parent031483850095991d63aa0eb988177231e744a4c7 (diff)
downloadpkgsrc-5a92919b0600f1d56f941889179c47330b27a65b.tar.gz
Add forgotten module type to use Module::Build
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r--devel/p5-File-ChangeNotify/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-File-ChangeNotify/Makefile b/devel/p5-File-ChangeNotify/Makefile
index 4b2d143b209..e2d4c7a49a7 100644
--- a/devel/p5-File-ChangeNotify/Makefile
+++ b/devel/p5-File-ChangeNotify/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/05/19 22:16:00 sno Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/19 22:22:34 sno Exp $
#
DISTNAME= File-ChangeNotify-0.05
@@ -19,6 +19,7 @@ DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose
DEPENDS+= p5-MooseX-Params-Validate>=0.08:../../devel/p5-MooseX-Params-Validate
DEPENDS+= p5-MooseX-SemiAffordanceAccessor-[0-9]*:../../devel/p5-MooseX-SemiAffordanceAccessor
+PERL5_MODULE_TYPE= Module::Build
PERL5_PACKLIST= auto/File/ChangeNotify/.packlist
.include "../../lang/perl5/module.mk"