diff options
author | sno <sno@pkgsrc.org> | 2009-05-19 22:22:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-05-19 22:22:34 +0000 |
commit | dab4748f06f85ab2b9f3752574b8241b7f099649 (patch) | |
tree | 6f50b4ab18ea9037a120d6837adbf861a65bec13 /devel/p5-File-ChangeNotify | |
parent | 268f02af144e786ce6cb4a37371eb15289d8462a (diff) | |
download | pkgsrc-dab4748f06f85ab2b9f3752574b8241b7f099649.tar.gz |
Add forgotten module type to use Module::Build
Diffstat (limited to 'devel/p5-File-ChangeNotify')
-rw-r--r-- | devel/p5-File-ChangeNotify/Makefile | 3 |
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" |