pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/perl5 Fix PR pkg/46439



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7c236672609
branches:  trunk
changeset: 603965:b7c236672609
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri May 18 21:04:46 2012 +0000

description:
Fix PR pkg/46439

Fix comment, PERL5_MODULE_TYPE also accepts "Module::Install::Bundled".

diffstat:

 lang/perl5/module.mk |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 4605cb977087 -r b7c236672609 lang/perl5/module.mk
--- a/lang/perl5/module.mk      Fri May 18 20:57:04 2012 +0000
+++ b/lang/perl5/module.mk      Fri May 18 21:04:46 2012 +0000
@@ -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"
 



Home | Main Index | Thread Index | Old Index