summaryrefslogtreecommitdiff
path: root/lang/perl5
diff options
context:
space:
mode:
authormef <mef>2016-02-06 00:46:11 +0000
committermef <mef>2016-02-06 00:46:11 +0000
commit3a80b2097e03f0ffd0edc1a7289e729a854ee71f (patch)
tree9d589d80370b7475515d26790b46154728a10bb2 /lang/perl5
parent3ac2b946c1ed2af0c7fb9ae62f29799dd5d7bac0 (diff)
downloadpkgsrc-3a80b2097e03f0ffd0edc1a7289e729a854ee71f.tar.gz
Add Module::Build::{Bundle,Tiny} for make help topic=PERL5_MODULE_TYPE.
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"