summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5')
-rw-r--r--lang/perl5/module.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/perl5/module.mk b/lang/perl5/module.mk
index 47743e94bed..c877c6806bc 100644
--- a/lang/perl5/module.mk
+++ b/lang/perl5/module.mk
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.71 2014/05/21 13:35:23 obache Exp $
+# $NetBSD: module.mk,v 1.72 2016/02/06 00:46:11 mef Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -26,9 +26,10 @@
# PERL5_LDFLAGS extra linker flags to pass on to the build
# process.
#
-# PERL5_MODULE_TYPE "MakeMaker", "Module::Build", "Module::Install"
-# or "Module::Install::Bundled" depending on which
-# framework is used to build/install the module.
+# PERL5_MODULE_TYPE "MakeMaker", "Module::Build", "Module::Build::Bundled",
+# "Module::Build::Tiny", "Module::Install", or
+# "Module::Install::Bundled" depending on which framework
+# is used to build/install the module.
.include "../../lang/perl5/license.mk"