summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-07-17 06:44:46 +0000
committersno <sno@pkgsrc.org>2009-07-17 06:44:46 +0000
commit20927adaf8232573a08cbdf6b6ff074c2d44b1ef (patch)
tree15cf0cb3cd15fe126459f9f64276a4755fd7b396
parent6ca78edac76a36432e9e8c1c53e894c4f1377ad8 (diff)
downloadpkgsrc-20927adaf8232573a08cbdf6b6ff074c2d44b1ef.tar.gz
adjust PERL5_LICENSE - enable both valid licenses
-rw-r--r--lang/perl5/license.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl5/license.mk b/lang/perl5/license.mk
index 00f9b30ee1f..74a314c80db 100644
--- a/lang/perl5/license.mk
+++ b/lang/perl5/license.mk
@@ -1,4 +1,4 @@
-# $NetBSD: license.mk,v 1.1 2009/06/11 10:35:07 sno Exp $
+# $NetBSD: license.mk,v 1.2 2009/07/17 06:44:46 sno Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules and by the perl5 package.
@@ -9,4 +9,4 @@
# Allowed values: gnu-gpl-v2 and artistic until
# pkgsrc can handle dual licenses correctly.
#
-PERL5_LICENSE?= gnu-gpl-v2 # OR artistic
+PERL5_LICENSE?= gnu-gpl-v2 OR artistic