diff options
author | sno <sno> | 2009-07-17 06:44:46 +0000 |
---|---|---|
committer | sno <sno> | 2009-07-17 06:44:46 +0000 |
commit | 61d385d083807c0e551e5c55c8a434c838525f20 (patch) | |
tree | 15cf0cb3cd15fe126459f9f64276a4755fd7b396 /lang/perl5 | |
parent | 266a13097a80b53806d0e4e15508d569f16c027f (diff) | |
download | pkgsrc-61d385d083807c0e551e5c55c8a434c838525f20.tar.gz |
adjust PERL5_LICENSE - enable both valid licenses
Diffstat (limited to 'lang/perl5')
-rw-r--r-- | lang/perl5/license.mk | 4 |
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 |