From acde1b74268ef9af3d07c3687a640161c96ebbab Mon Sep 17 00:00:00 2001 From: ryoon Date: Fri, 18 May 2012 21:04:46 +0000 Subject: Fix PR pkg/46439 Fix comment, PERL5_MODULE_TYPE also accepts "Module::Install::Bundled". --- lang/perl5/module.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'lang') 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" -- cgit v1.2.3