diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-05-18 21:04:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-05-18 21:04:46 +0000 |
commit | acde1b74268ef9af3d07c3687a640161c96ebbab (patch) | |
tree | 948c7674171ff242abd81d40952e66e42405b989 /lang/perl5 | |
parent | b0539278caf64ddf665939a66dfe1e473cb5ecd6 (diff) | |
download | pkgsrc-acde1b74268ef9af3d07c3687a640161c96ebbab.tar.gz |
Fix PR pkg/46439
Fix comment, PERL5_MODULE_TYPE also accepts "Module::Install::Bundled".
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/module.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk index acb6a922897..44f4683e52e 100644 --- a/lang/perl5/module.mk +++ b/lang/perl5/module.mk @@ -1,4 +1,4 @@ -# $NetBSD: module.mk,v 1.65 2011/08/15 04:48:36 obache Exp $ +# $NetBSD: module.mk,v 1.66 2012/05/18 21:04:46 ryoon Exp $ # # This Makefile fragment is intended to be included by packages that build # and install perl5 modules. @@ -26,9 +26,9 @@ # PERL5_LDFLAGS extra linker flags to pass on to the build # process. # -# PERL5_MODULE_TYPE "MakeMaker", "Module::Build" or "Module::Install" -# depending on which framework is used to build/install -# the module. +# PERL5_MODULE_TYPE "MakeMaker", "Module::Build", "Module::Install" +# or "Module::Install::Bundled" depending on which +# framework is used to build/install the module. .include "../../lang/perl5/license.mk" |