From a326535b57c0420370dabf237a153527b6bb0b62 Mon Sep 17 00:00:00 2001 From: sno Date: Thu, 11 Jun 2009 10:35:07 +0000 Subject: Adding patch to allow nearly all CPAN modules can use the license of installed perl --- lang/perl5/license.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/perl5/license.mk (limited to 'lang/perl5/license.mk') 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 -- cgit v1.2.3