summaryrefslogtreecommitdiff
path: root/lang/perl5/license.mk
diff options
context:
space:
mode:
authorsno <sno>2009-06-11 10:35:07 +0000
committersno <sno>2009-06-11 10:35:07 +0000
commita326535b57c0420370dabf237a153527b6bb0b62 (patch)
treef5f0629a8896b672e074c1272d70403d4ab5655f /lang/perl5/license.mk
parent94904651c21989a99f34fbf656d860690c5f7261 (diff)
downloadpkgsrc-a326535b57c0420370dabf237a153527b6bb0b62.tar.gz
Adding patch to allow nearly all CPAN modules can use the license of
installed perl
Diffstat (limited to 'lang/perl5/license.mk')
-rw-r--r--lang/perl5/license.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/perl5/license.mk b/lang/perl5/license.mk
new file mode 100644
index 00000000000..00f9b30ee1f
--- /dev/null
+++ b/lang/perl5/license.mk
@@ -0,0 +1,12 @@
+# $NetBSD: license.mk,v 1.1 2009/06/11 10:35:07 sno Exp $
+#
+# This Makefile fragment is intended to be included by packages that build
+# and install perl5 modules and by the perl5 package.
+#
+# The following variables may be set prior to including this file:
+#
+# PERL5_LICENSE If set, it'll not overwritten with gnu-gpl-v2.
+# Allowed values: gnu-gpl-v2 and artistic until
+# pkgsrc can handle dual licenses correctly.
+#
+PERL5_LICENSE?= gnu-gpl-v2 # OR artistic