ports/161336: Fix CPAN Ports that are licensed under Artistic 1 & GPL 1
Simon Olofsson
simon at olofsson.de
Thu Oct 6 15:00:20 UTC 2011
>Number: 161336
>Category: ports
>Synopsis: Fix CPAN Ports that are licensed under Artistic 1 & GPL 1
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Thu Oct 06 15:00:19 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator: Simon Olofsson
>Release: FreeBSD 9.0-BETA2 amd64
>Organization:
>Environment:
System: FreeBSD lua-fb 9.0-BETA2 FreeBSD 9.0-BETA2 #0: Wed Aug 31 18:07:44 UTC 2011 root at farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64
>Description:
Some CPAN Ports have the wrong LICENSE (ART20, when ART10 is correct).
The following patch fixes this. I also cleaned the ports with portlint.
>How-To-Repeat:
>Fix:
--- art-patch begins here ---
diff --git a/astro/p5-Astro-SpaceTrack/Makefile b/astro/p5-Astro-SpaceTrack/Makefile
index ac21298..6f3284b 100644
--- a/astro/p5-Astro-SpaceTrack/Makefile
+++ b/astro/p5-Astro-SpaceTrack/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Retrieve orbital data from www.space-track.org
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
p5-LWP-Protocol-https>=0:${PORTSDIR}/www/p5-LWP-Protocol-https \
diff --git a/audio/p5-Audio-MPD/Makefile b/audio/p5-Audio-MPD/Makefile
index a4e08ad..d5d462b 100644
--- a/audio/p5-Audio-MPD/Makefile
+++ b/audio/p5-Audio-MPD/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Class to talk to MPD (Music Player Daemon) servers
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Audio-MPD-Common>=0:${PORTSDIR}/audio/p5-Audio-MPD-Common \
diff --git a/biology/p5-Bio-Graphics/Makefile b/biology/p5-Bio-Graphics/Makefile
index dfe92d6..b98a555 100644
--- a/biology/p5-Bio-Graphics/Makefile
+++ b/biology/p5-Bio-Graphics/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Generate GD Images of Bio::Seq Objects
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Bio-SCF>=1.01:${PORTSDIR}/biology/p5-Bio-SCF \
diff --git a/converters/p5-Convert-Binary-C/Makefile b/converters/p5-Convert-Binary-C/Makefile
index f20f26b..73742c4 100644
--- a/converters/p5-Convert-Binary-C/Makefile
+++ b/converters/p5-Convert-Binary-C/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Binary Data Conversion using C Types
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
MAKE_JOBS_UNSAFE= yes
diff --git a/converters/p5-JSON-Any/Makefile b/converters/p5-JSON-Any/Makefile
index d083684..bf691f3 100644
--- a/converters/p5-JSON-Any/Makefile
+++ b/converters/p5-JSON-Any/Makefile
@@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl Wrapper Class for the various JSON classes
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
RUN_DEPENDS= p5-JSON>=2.02:${PORTSDIR}/converters/p5-JSON
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
PERL_CONFIGURE= yes
MAN3= JSON::Any.3
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index c75125a..5bb3739 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= DBD module interfacing the ODBC databases
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBI.pm:${PORTSDIR}/databases/p5-DBI
BUILD_DEPENDS= ${RUN_DEPENDS}
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
PERL_CONFIGURE= yes
CONFIGURE_ARGS= -o ${LOCALBASE}
diff --git a/databases/p5-DBD-Pg/Makefile b/databases/p5-DBD-Pg/Makefile
index 48ff705..2a973a3 100644
--- a/databases/p5-DBD-Pg/Makefile
+++ b/databases/p5-DBD-Pg/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Provides access to PostgreSQL databases through the DBI
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-DBI>=1.52:${PORTSDIR}/databases/p5-DBI
diff --git a/databases/p5-DBIx-Class-DateTime-Epoch/Makefile b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile
index 76fc6b2..b467b7c 100644
--- a/databases/p5-DBIx-Class-DateTime-Epoch/Makefile
+++ b/databases/p5-DBIx-Class-DateTime-Epoch/Makefile
@@ -15,13 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Automatic inflation/deflation of epoch-based DateTime objects
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime \
p5-DBIx-Class>=0:${PORTSDIR}/databases/p5-DBIx-Class \
p5-DBIx-Class-TimeStamp>=0.11:${PORTSDIR}/databases/p5-DBIx-Class-TimeStamp
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/databases/p5-DBIx-Class-EncodedColumn/Makefile b/databases/p5-DBIx-Class-EncodedColumn/Makefile
index 4a50c08..857308a 100644
--- a/databases/p5-DBIx-Class-EncodedColumn/Makefile
+++ b/databases/p5-DBIx-Class-EncodedColumn/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Automatically encode columns
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-DBIx-Class>=0.06002:${PORTSDIR}/databases/p5-DBIx-Class \
p5-Sub-Name>=0.04:${PORTSDIR}/devel/p5-Sub-Name \
@@ -30,7 +30,6 @@ MAN3= DBIx::Class::EncodedColumn.3 \
DBIx::Class::EncodedColumn::Crypt::OpenPGP.3 \
DBIx::Class::EncodedColumn::Digest.3
-
post-extract:
@${PERL} -i -ne 'print unless m,^build_requires, || m,^feature, .. m,;,' ${WRKSRC}/Makefile.PL
diff --git a/databases/p5-DBIx-Class-MooseColumns/Makefile b/databases/p5-DBIx-Class-MooseColumns/Makefile
index b381e7a..8aefa13 100644
--- a/databases/p5-DBIx-Class-MooseColumns/Makefile
+++ b/databases/p5-DBIx-Class-MooseColumns/Makefile
@@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= az at FreeBSD.org
COMMENT= Allow write DBIC add_column definitions as attribute options
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
RUN_DEPENDS= p5-Moose>=1.24:${PORTSDIR}/devel/p5-Moose \
p5-namespace-autoclean>=0.09:${PORTSDIR}/devel/p5-namespace-autoclean
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
PERL_CONFIGURE= yes
MAN3= \
diff --git a/databases/p5-Ima-DBI-Contextual/Makefile b/databases/p5-Ima-DBI-Contextual/Makefile
index cca79b0..1a7f7f0 100644
--- a/databases/p5-Ima-DBI-Contextual/Makefile
+++ b/databases/p5-Ima-DBI-Contextual/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Liteweight context-aware dbi handle cache and utility methods
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite
BUILD_DEPENDS:= ${RUN_DEPENDS}
diff --git a/databases/p5-Jifty-DBI/Makefile b/databases/p5-Jifty-DBI/Makefile
index 8ec742a..b84eb43 100644
--- a/databases/p5-Jifty-DBI/Makefile
+++ b/databases/p5-Jifty-DBI/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Jifty::DBI - An object-relational persistence framework
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= \
p5-DBI>0:${PORTSDIR}/databases/p5-DBI \
@@ -44,7 +44,7 @@ BUILD_DEPENDS= \
p5-version>0:${PORTSDIR}/devel/p5-version \
p5-YAML-Syck>0:${PORTSDIR}/textproc/p5-YAML-Syck \
p5-Cache-Memcached>0:${PORTSDIR}/databases/p5-Cache-Memcached
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-App-GitGot/Makefile b/devel/p5-App-GitGot/Makefile
index 5915eb4..0da2cb1 100644
--- a/devel/p5-App-GitGot/Makefile
+++ b/devel/p5-App-GitGot/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Tool to make it easier to manage multiple git repositories
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Config-INI>=0:${PORTSDIR}/devel/p5-Config-INI \
diff --git a/devel/p5-Attribute-Handlers/Makefile b/devel/p5-Attribute-Handlers/Makefile
index a89607f..e5f4e82 100644
--- a/devel/p5-Attribute-Handlers/Makefile
+++ b/devel/p5-Attribute-Handlers/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Simpler definition of attribute handlers
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-B-Utils/Makefile b/devel/p5-B-Utils/Makefile
index 00870ad..21e83d6 100644
--- a/devel/p5-B-Utils/Makefile
+++ b/devel/p5-B-Utils/Makefile
@@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Helper functions for op tree manipulation
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
MAN3= B::Utils.3 B::Utils::OP.3
diff --git a/devel/p5-Class-Accessor-Grouped/Makefile b/devel/p5-Class-Accessor-Grouped/Makefile
index f9836ef..56d7329 100644
--- a/devel/p5-Class-Accessor-Grouped/Makefile
+++ b/devel/p5-Class-Accessor-Grouped/Makefile
@@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Lets you build groups of accessors
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Class-Inspector>=0:${PORTSDIR}/devel/p5-Class-Inspector \
p5-MRO-Compat>=0:${PORTSDIR}/devel/p5-MRO-Compat \
p5-Sub-Name>=0.05:${PORTSDIR}/devel/p5-Sub-Name \
p5-Class-XSAccessor>=1.11:${PORTSDIR}/devel/p5-Class-XSAccessor
RUN_DEPENDS:= ${BUILD_DEPENDS}
+
TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
PERL_CONFIGURE= yes
diff --git a/devel/p5-Class-Inspector/Makefile b/devel/p5-Class-Inspector/Makefile
index a8a5f24..bbadaf2 100644
--- a/devel/p5-Class-Inspector/Makefile
+++ b/devel/p5-Class-Inspector/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Provides information about classes
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Class-MethodMaker/Makefile b/devel/p5-Class-MethodMaker/Makefile
index 9c21f20..0da052c 100644
--- a/devel/p5-Class-MethodMaker/Makefile
+++ b/devel/p5-Class-MethodMaker/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module for creating generic methods
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Config-GitLike/Makefile b/devel/p5-Config-GitLike/Makefile
index b986b2f..cc3f4d9 100644
--- a/devel/p5-Config-GitLike/Makefile
+++ b/devel/p5-Config-GitLike/Makefile
@@ -15,6 +15,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
COMMENT= Simple git-compatible config file parser for Perl
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= devel/p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose
RUN_DEPENDS:= ${BUILD_DEPENDS}
@@ -28,7 +31,4 @@ MAN3+= Config::GitLike::Git.3 \
PERL_CONFIGURE= yes
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
.include <bsd.port.mk>
diff --git a/devel/p5-Config-INI/Makefile b/devel/p5-Config-INI/Makefile
index 5704c8d..245a6dc 100644
--- a/devel/p5-Config-INI/Makefile
+++ b/devel/p5-Config-INI/Makefile
@@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
COMMENT= Simple .ini files emitter and parser for Perl
-RUN_DEPENDS+= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+RUN_DEPENDS+= p5-Mixin-Linewise>=0:${PORTSDIR}/devel/p5-Mixin-Linewise \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String
PERL_CONFIGURE= yes
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
MAN3= Config::INI.3 \
Config::INI::Reader.3 \
Config::INI::Writer.3
diff --git a/devel/p5-Config-Tiny/Makefile b/devel/p5-Config-Tiny/Makefile
index a4f81f5..30335f8 100644
--- a/devel/p5-Config-Tiny/Makefile
+++ b/devel/p5-Config-Tiny/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Read/Write .ini style files with as little code as possible
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Const-Fast/Makefile b/devel/p5-Const-Fast/Makefile
index eb08a4f..95a133c 100644
--- a/devel/p5-Const-Fast/Makefile
+++ b/devel/p5-Const-Fast/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Facility for creating read-only scalars, arrays, and hashes
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter
diff --git a/devel/p5-Data-Alias/Makefile b/devel/p5-Data-Alias/Makefile
index 4d2cf18..8745e8f 100644
--- a/devel/p5-Data-Alias/Makefile
+++ b/devel/p5-Data-Alias/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Comprehensive set of aliasing operations
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Data-Section/Makefile b/devel/p5-Data-Section/Makefile
index c87d2da..36299c9 100644
--- a/devel/p5-Data-Section/Makefile
+++ b/devel/p5-Data-Section/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Read multiple hunks of data out of your DATA section
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter
RUN_DEPENDS= p5-Sub-Exporter>=0.979:${PORTSDIR}/devel/p5-Sub-Exporter \
diff --git a/devel/p5-Devel-PPPort/Makefile b/devel/p5-Devel-PPPort/Makefile
index 3661241..fece000 100644
--- a/devel/p5-Devel-PPPort/Makefile
+++ b/devel/p5-Devel-PPPort/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl/Pollution/Portability
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
diff --git a/devel/p5-Devel-Size/Makefile b/devel/p5-Devel-Size/Makefile
index e4fce59..37f22a4 100644
--- a/devel/p5-Devel-Size/Makefile
+++ b/devel/p5-Devel-Size/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= perl at FreeBSD.org
COMMENT= Perl extension for finding the memory usage of Perl variables
LICENSE_COMB= dual
-LICENSES= ART20 GPLv1
+LICENSES= ART10 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Eval-Closure/Makefile b/devel/p5-Eval-Closure/Makefile
index e052a61..f70f08c 100644
--- a/devel/p5-Eval-Closure/Makefile
+++ b/devel/p5-Eval-Closure/Makefile
@@ -15,13 +15,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Safely and cleanly create closures via string eval
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \
p5-Try-Tiny>0:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
PERL_CONFIGURE= yes
MAN3= Eval::Closure.3
diff --git a/devel/p5-File-ShareDir/Makefile b/devel/p5-File-ShareDir/Makefile
index 5f6f836..7fc6467 100644
--- a/devel/p5-File-ShareDir/Makefile
+++ b/devel/p5-File-ShareDir/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Locate per-dist and per-module shared files
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Class-Inspector>=1.12:${PORTSDIR}/devel/p5-Class-Inspector \
p5-Params-Util>=0.07:${PORTSDIR}/devel/p5-Params-Util
diff --git a/devel/p5-File-Slurp/Makefile b/devel/p5-File-Slurp/Makefile
index 43ea202..e23a95f 100644
--- a/devel/p5-File-Slurp/Makefile
+++ b/devel/p5-File-Slurp/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 module for single call read & write file routines
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= YES
diff --git a/devel/p5-Filter/Makefile b/devel/p5-Filter/Makefile
index a51792b..649ff91 100644
--- a/devel/p5-Filter/Makefile
+++ b/devel/p5-Filter/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A number of source filters for perl5 programs
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Locale-Maketext/Makefile b/devel/p5-Locale-Maketext/Makefile
index e517167..1184408 100644
--- a/devel/p5-Locale-Maketext/Makefile
+++ b/devel/p5-Locale-Maketext/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A framework for software localization and inheritance-based lexicons
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Mixin-Linewise/Makefile b/devel/p5-Mixin-Linewise/Makefile
index 5554d85..328a8af 100644
--- a/devel/p5-Mixin-Linewise/Makefile
+++ b/devel/p5-Mixin-Linewise/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
COMMENT= Write your linewise code for handles; this does the rest
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
.include <bsd.port.pre.mk>
diff --git a/devel/p5-Moose/Makefile b/devel/p5-Moose/Makefile
index 4ce2815..8346c4a 100644
--- a/devel/p5-Moose/Makefile
+++ b/devel/p5-Moose/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A complete modern object system for Perl 5
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= \
diff --git a/devel/p5-MooseX-Getopt/Makefile b/devel/p5-MooseX-Getopt/Makefile
index ec59aea..499e016 100644
--- a/devel/p5-MooseX-Getopt/Makefile
+++ b/devel/p5-MooseX-Getopt/Makefile
@@ -15,13 +15,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A Moose role for processing command line options
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Getopt-Long-Descriptive>=0.081:${PORTSDIR}/devel/p5-Getopt-Long-Descriptive \
p5-MooseX-Role-Parameterized>0:${PORTSDIR}/devel/p5-MooseX-Role-Parameterized \
p5-Moose>=0.56:${PORTSDIR}/devel/p5-Moose
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
TEST_DEPENDS= p5-Test-Simple>=0.88:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Fatal>=0.003:${PORTSDIR}/devel/p5-Test-Fatal
diff --git a/devel/p5-MooseX-LazyRequire/Makefile b/devel/p5-MooseX-LazyRequire/Makefile
index 1d3b03a..e05f81b 100644
--- a/devel/p5-MooseX-LazyRequire/Makefile
+++ b/devel/p5-MooseX-LazyRequire/Makefile
@@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Required attributes which fail only when trying to use them
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Moose>=0.94:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean \
p5-aliased>=0.30:${PORTSDIR}/devel/p5-aliased
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-MooseX-NonMoose/Makefile b/devel/p5-MooseX-NonMoose/Makefile
index ad5726b..dd9d6f6 100644
--- a/devel/p5-MooseX-NonMoose/Makefile
+++ b/devel/p5-MooseX-NonMoose/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Easy subclassing of non-Moose classes
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Moose>=1.15:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS:= ${RUN_DEPENDS}
diff --git a/devel/p5-MooseX-POE/Makefile b/devel/p5-MooseX-POE/Makefile
index 8474d7a..26148f0 100644
--- a/devel/p5-MooseX-POE/Makefile
+++ b/devel/p5-MooseX-POE/Makefile
@@ -14,14 +14,15 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= The Illicit Love Child of Moose and POE
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose \
p5-MooseX-Async>=0.01:${PORTSDIR}/devel/p5-MooseX-Async \
p5-POE>=1.004:${PORTSDIR}/devel/p5-POE \
p5-Sub-Name>=0:${PORTSDIR}/devel/p5-Sub-Name
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
+
TEST_DEPENDS= p5-Test-Simple>=0.89:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
diff --git a/devel/p5-MooseX-Role-Parameterized/Makefile b/devel/p5-MooseX-Role-Parameterized/Makefile
index c733361..120c09f 100644
--- a/devel/p5-MooseX-Role-Parameterized/Makefile
+++ b/devel/p5-MooseX-Role-Parameterized/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Roles with composition parameters
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Moose>=0.78:${PORTSDIR}/devel/p5-Moose
diff --git a/devel/p5-MooseX-SetOnce/Makefile b/devel/p5-MooseX-SetOnce/Makefile
index a8a31d0..038d8f5 100644
--- a/devel/p5-MooseX-SetOnce/Makefile
+++ b/devel/p5-MooseX-SetOnce/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Write-once, read-many attributes for Moose
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Moose>=0.90:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS:= ${RUN_DEPENDS}
diff --git a/devel/p5-MooseX-Types-LoadableClass/Makefile b/devel/p5-MooseX-Types-LoadableClass/Makefile
index 55abfc1..bc5666e 100644
--- a/devel/p5-MooseX-Types-LoadableClass/Makefile
+++ b/devel/p5-MooseX-Types-LoadableClass/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= az at FreeBSD.org
COMMENT= ClassName type constraint with coercion to load the class
-LICENSE= ART20 GPLv1
-LICENSE_COMB= dual
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
RUN_DEPENDS= p5-Class-Load>=0.06:${PORTSDIR}/devel/p5-Class-Load \
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
diff --git a/devel/p5-MooseX-Types-Structured/Makefile b/devel/p5-MooseX-Types-Structured/Makefile
index c0b4393..37de2a7 100644
--- a/devel/p5-MooseX-Types-Structured/Makefile
+++ b/devel/p5-MooseX-Types-Structured/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Moose Type Constraint classes for Structured Types
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Devel-PartialDump>=0.13:${PORTSDIR}/devel/p5-Devel-PartialDump \
diff --git a/devel/p5-Mouse/Makefile b/devel/p5-Mouse/Makefile
index 8bd7e3a..4ea929b 100644
--- a/devel/p5-Mouse/Makefile
+++ b/devel/p5-Mouse/Makefile
@@ -16,7 +16,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Moose minus the antlers
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
TEST_DEPENDS= p5-Test-Exception-LessClever>=0.005:${PORTSDIR}/devel/p5-Test-Exception-LessClever \
diff --git a/devel/p5-Object-Tiny/Makefile b/devel/p5-Object-Tiny/Makefile
index 09a6cb2..30bd1a2 100644
--- a/devel/p5-Object-Tiny/Makefile
+++ b/devel/p5-Object-Tiny/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Class building as simple as it gets
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-POE-Component-Daemon/Makefile b/devel/p5-POE-Component-Daemon/Makefile
index f59019e..ecf9cd2 100644
--- a/devel/p5-POE-Component-Daemon/Makefile
+++ b/devel/p5-POE-Component-Daemon/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Handles all the housework for a daemon in POE
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-POE>=1:${PORTSDIR}/devel/p5-POE
diff --git a/devel/p5-Package-Stash/Makefile b/devel/p5-Package-Stash/Makefile
index b39ef8e..40d7e37 100644
--- a/devel/p5-Package-Stash/Makefile
+++ b/devel/p5-Package-Stash/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Routines for manipulating stashes
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= \
diff --git a/devel/p5-Path-Class/Makefile b/devel/p5-Path-Class/Makefile
index 9d884bb..469582a 100644
--- a/devel/p5-Path-Class/Makefile
+++ b/devel/p5-Path-Class/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Cross-platform path specification manipulation
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_MODBUILD= yes
diff --git a/devel/p5-Path-Dispatcher-Declarative/Makefile b/devel/p5-Path-Dispatcher-Declarative/Makefile
index 29c682c..cd47cbd 100644
--- a/devel/p5-Path-Dispatcher-Declarative/Makefile
+++ b/devel/p5-Path-Dispatcher-Declarative/Makefile
@@ -13,12 +13,10 @@ MASTER_SITE_SUBDIR= CPAN:SARTAK
PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
-COMMENT= sugary dispatcher for perl
-
-PERL_CONFIGURE= yes
+COMMENT= Sugary dispatcher for perl
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Path-Dispatcher>=1.02:${PORTSDIR}/devel/p5-Path-Dispatcher \
p5-Any-Moose>=0:${PORTSDIR}/devel/p5-Any-Moose \
@@ -26,6 +24,8 @@ BUILD_DEPENDS= p5-Path-Dispatcher>=1.02:${PORTSDIR}/devel/p5-Path-Dispatcher \
RUN_DEPENDS:= ${BUILD_DEPENDS}
+PERL_CONFIGURE= yes
+
MAN3= Path::Dispatcher::Declarative.3
.include <bsd.port.mk>
diff --git a/devel/p5-Regexp-Assemble/Makefile b/devel/p5-Regexp-Assemble/Makefile
index b0bc290..6d50594 100644
--- a/devel/p5-Regexp-Assemble/Makefile
+++ b/devel/p5-Regexp-Assemble/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Assemble multiple Regular Expressions into one RE
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Test-Fatal/Makefile b/devel/p5-Test-Fatal/Makefile
index ee8b88d..3b47a5b 100644
--- a/devel/p5-Test-Fatal/Makefile
+++ b/devel/p5-Test-Fatal/Makefile
@@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= culot at FreeBSD.org
COMMENT= Incredibly simple helpers for testing code with exceptions
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Try-Tiny>=0.07:${PORTSDIR}/lang/p5-Try-Tiny
RUN_DEPENDS:= ${BUILD_DEPENDS}
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-
PERL_CONFIGURE= yes
MAN3= Test::Fatal.3
diff --git a/devel/p5-Test-File-Contents/Makefile b/devel/p5-Test-File-Contents/Makefile
index 7c3fdef..c7109a5 100644
--- a/devel/p5-Test-File-Contents/Makefile
+++ b/devel/p5-Test-File-Contents/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Test routines for examining the contents of files
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Text-Diff>=0.35:${PORTSDIR}/textproc/p5-Text-Diff
diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile
index dce5309..14e6c26 100644
--- a/devel/p5-Test-Harness/Makefile
+++ b/devel/p5-Test-Harness/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Run perl standard test scripts with statistics
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Test-LongString/Makefile b/devel/p5-Test-LongString/Makefile
index 62b6e8f..f987a64 100644
--- a/devel/p5-Test-LongString/Makefile
+++ b/devel/p5-Test-LongString/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A library to test long strings
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-Test-WWW-Selenium/Makefile b/devel/p5-Test-WWW-Selenium/Makefile
index 7f58317..5f88019 100644
--- a/devel/p5-Test-WWW-Selenium/Makefile
+++ b/devel/p5-Test-WWW-Selenium/Makefile
@@ -14,14 +14,14 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl driver and test library for Selenium Remote Control (SRC)
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
p5-Test-Mock-LWP>=0:${PORTSDIR}/devel/p5-Test-Mock-LWP \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/devel/p5-Variable-Magic/Makefile b/devel/p5-Variable-Magic/Makefile
index 8fe2265..4560d11 100644
--- a/devel/p5-Variable-Magic/Makefile
+++ b/devel/p5-Variable-Magic/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Associate user-defined magic to variables from Perl
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/devel/p5-XSLoader/Makefile b/devel/p5-XSLoader/Makefile
index 133eac0..db6c8cc 100644
--- a/devel/p5-XSLoader/Makefile
+++ b/devel/p5-XSLoader/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Dynamically load C libraries into Perl code
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/dns/p5-Net-Bonjour/Makefile b/dns/p5-Net-Bonjour/Makefile
index 2e65e75..41413fa 100644
--- a/dns/p5-Net-Bonjour/Makefile
+++ b/dns/p5-Net-Bonjour/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
COMMENT= Module for DNS service discovery
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/editors/p5-Proc-InvokeEditor/Makefile b/editors/p5-Proc-InvokeEditor/Makefile
index 0d3585c..299d9de 100644
--- a/editors/p5-Proc-InvokeEditor/Makefile
+++ b/editors/p5-Proc-InvokeEditor/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= bapt at FreeBSD.org
COMMENT= Perl extension for starting a text editor
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/finance/p5-Finance-Currency-Convert/Makefile b/finance/p5-Finance-Currency-Convert/Makefile
index 05aa98a..976f4b0 100644
--- a/finance/p5-Finance-Currency-Convert/Makefile
+++ b/finance/p5-Finance-Currency-Convert/Makefile
@@ -15,8 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= perl at FreeBSD.org
COMMENT= Convert currencies and fetch their exchange rates
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/graphics/p5-Chart-Clicker/Makefile b/graphics/p5-Chart-Clicker/Makefile
index cdc519f..03075e5 100644
--- a/graphics/p5-Chart-Clicker/Makefile
+++ b/graphics/p5-Chart-Clicker/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Powerful, extensible charting
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Color-Scheme>=0:${PORTSDIR}/graphics/p5-Color-Scheme \
diff --git a/graphics/p5-Imager/Makefile b/graphics/p5-Imager/Makefile
index fe3556f..6d40bb0 100644
--- a/graphics/p5-Imager/Makefile
+++ b/graphics/p5-Imager/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A Perl module for manipulating gray, color and rgba format images
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
diff --git a/graphics/p5-Layout-Manager/Makefile b/graphics/p5-Layout-Manager/Makefile
index 57fca6c..589494b 100644
--- a/graphics/p5-Layout-Manager/Makefile
+++ b/graphics/p5-Layout-Manager/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= 2D Layout Management
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Moose>=0.54:${PORTSDIR}/devel/p5-Moose \
p5-Module-Install>=0.64:${PORTSDIR}/devel/p5-Module-Install \
diff --git a/math/p5-Math-BigInt-GMP/Makefile b/math/p5-Math-BigInt-GMP/Makefile
index 11eb99c..be7d6f4 100644
--- a/math/p5-Math-BigInt-GMP/Makefile
+++ b/math/p5-Math-BigInt-GMP/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Math::BigInt::GMP - Use the GMP library for Math::BigInt routines
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Math-BigInt>=1.997:${PORTSDIR}/math/p5-Math-BigInt
diff --git a/math/p5-MatrixReal/Makefile b/math/p5-MatrixReal/Makefile
index bbbd112..552ff37 100644
--- a/math/p5-MatrixReal/Makefile
+++ b/math/p5-MatrixReal/Makefile
@@ -15,8 +15,8 @@ DISTNAME= Math-${PORTNAME}-${PORTVERSION}
MAINTAINER= perl at FreeBSD.org
COMMENT= A perl module implementing a Matrix of Reals
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= YES
diff --git a/misc/p5-Locale-SubCountry/Makefile b/misc/p5-Locale-SubCountry/Makefile
index 302a4b9..c30cfe5 100644
--- a/misc/p5-Locale-SubCountry/Makefile
+++ b/misc/p5-Locale-SubCountry/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Convert state, province, county etc. names to/from code
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/misc/p5-Software-License/Makefile b/misc/p5-Software-License/Makefile
index 5cc5199..37adf78 100644
--- a/misc/p5-Software-License/Makefile
+++ b/misc/p5-Software-License/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Packages that provide templated software licenses
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Data-Section>=0:${PORTSDIR}/devel/p5-Data-Section \
p5-Sub-Install>=0:${PORTSDIR}/devel/p5-Sub-Install \
diff --git a/net-im/p5-Net-Stomp/Makefile b/net-im/p5-Net-Stomp/Makefile
index 0565240..b4241a5 100644
--- a/net-im/p5-Net-Stomp/Makefile
+++ b/net-im/p5-Net-Stomp/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Streaming Text Orientated Messaging Protocol Client
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
diff --git a/net/p5-Net-HTTP/Makefile b/net/p5-Net-HTTP/Makefile
index 3b5762c..1bf7e5b 100644
--- a/net/p5-Net-HTTP/Makefile
+++ b/net/p5-Net-HTTP/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Low-level HTTP client
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Compress-Raw-Zlib>=0:${PORTSDIR}/archivers/p5-Compress-Raw-Zlib \
p5-IO-Compress>=0:${PORTSDIR}/archivers/p5-IO-Compress \
diff --git a/net/p5-Net-Riak/Makefile b/net/p5-Net-Riak/Makefile
index 4e376ff..030b531 100644
--- a/net/p5-Net-Riak/Makefile
+++ b/net/p5-Net-Riak/Makefile
@@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at FreeBSD.org
COMMENT= Interface to Riak
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump \
p5-Google-ProtocolBuffers>=0:${PORTSDIR}/devel/p5-Google-ProtocolBuffers \
diff --git a/net/p5-Net-SSH2/Makefile b/net/p5-Net-SSH2/Makefile
index 4dd2578..eee2a3f 100644
--- a/net/p5-Net-SSH2/Makefile
+++ b/net/p5-Net-SSH2/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= jadawin at FreeBSD.org
COMMENT= Support for the SSH 2 protocol via libSSH2
-LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2
-
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
+
+LIB_DEPENDS= ssh2.1:${PORTSDIR}/security/libssh2
PERL_CONFIGURE= yes
diff --git a/security/p5-Crypt-Cracklib/Makefile b/security/p5-Crypt-Cracklib/Makefile
index 2a5c7cf..fcdeacb 100644
--- a/security/p5-Crypt-Cracklib/Makefile
+++ b/security/p5-Crypt-Cracklib/Makefile
@@ -14,13 +14,13 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl interface to Alec Muffet's cracklib library
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= ${LOCALBASE}/lib/libcrack.a:${PORTSDIR}/security/cracklib \
p5-Pod-Coverage>=0.19:${PORTSDIR}/devel/p5-Pod-Coverage \
p5-Test-Pod-Coverage>=1.08:${PORTSDIR}/devel/p5-Test-Pod-Coverage
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" DEFINE="-DCRACKLIB_DICTPATH=\\\"${PREFIX}/libdata/cracklib/pw_dict\\\""
diff --git a/security/p5-Digest-BubbleBabble/Makefile b/security/p5-Digest-BubbleBabble/Makefile
index 3784d2b..c39ed06 100644
--- a/security/p5-Digest-BubbleBabble/Makefile
+++ b/security/p5-Digest-BubbleBabble/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl5 interface to a fingerprint in "bubble babble" format
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/security/p5-POE-Component-SSLify/Makefile b/security/p5-POE-Component-SSLify/Makefile
index c57751f..b1352e2 100644
--- a/security/p5-POE-Component-SSLify/Makefile
+++ b/security/p5-POE-Component-SSLify/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Integrate SSL into POE
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Net-SSLeay>=1.36:${PORTSDIR}/security/p5-Net-SSLeay \
p5-POE>=1.267:${PORTSDIR}/devel/p5-POE \
diff --git a/sysutils/p5-Quota/Makefile b/sysutils/p5-Quota/Makefile
index 65ac16d..9289161 100644
--- a/sysutils/p5-Quota/Makefile
+++ b/sysutils/p5-Quota/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module that provides access to filesystem quotas
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/sysutils/p5-Schedule-Load/Makefile b/sysutils/p5-Schedule-Load/Makefile
index b6d91f8..0cc7f73e 100644
--- a/sysutils/p5-Schedule-Load/Makefile
+++ b/sysutils/p5-Schedule-Load/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Load distribution and status across multiple host machines
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Proc-ProcessTable>=0.40:${PORTSDIR}/devel/p5-Proc-ProcessTable \
p5-Unix-Processors>=2.02:${PORTSDIR}/sysutils/p5-Unix-Processors \
diff --git a/textproc/p5-CAM-PDF/Makefile b/textproc/p5-CAM-PDF/Makefile
index af8d6ed..5074e73 100644
--- a/textproc/p5-CAM-PDF/Makefile
+++ b/textproc/p5-CAM-PDF/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= PDF manipulation library
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Crypt-RC4>=2.02:${PORTSDIR}/security/p5-Crypt-RC4 \
p5-Text-PDF>=0.29:${PORTSDIR}/print/p5-Text-PDF
diff --git a/textproc/p5-Filter-Simple/Makefile b/textproc/p5-Filter-Simple/Makefile
index 01556fa..edd6268 100644
--- a/textproc/p5-Filter-Simple/Makefile
+++ b/textproc/p5-Filter-Simple/Makefile
@@ -14,10 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Simplified source filtering
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_SAFE= yes
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Spreadsheet-WriteExcelXML/Makefile b/textproc/p5-Spreadsheet-WriteExcelXML/Makefile
index 2638553..0de19f9 100644
--- a/textproc/p5-Spreadsheet-WriteExcelXML/Makefile
+++ b/textproc/p5-Spreadsheet-WriteExcelXML/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Create an Excel file in XML format
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
PERL_CONFIGURE= yes
diff --git a/textproc/p5-Text-Xslate/Makefile b/textproc/p5-Text-Xslate/Makefile
index 7f830c4..f75234a 100644
--- a/textproc/p5-Text-Xslate/Makefile
+++ b/textproc/p5-Text-Xslate/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez at FreeBSD.org
COMMENT= High performance template engine
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
COMMON_DEPENDS= p5-parent>=0.221:${PORTSDIR}/devel/p5-parent \
diff --git a/textproc/p5-XML-Compile-Cache/Makefile b/textproc/p5-XML-Compile-Cache/Makefile
index 905ba85..18247e3 100644
--- a/textproc/p5-XML-Compile-Cache/Makefile
+++ b/textproc/p5-XML-Compile-Cache/Makefile
@@ -15,8 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= perl at FreeBSD.org
COMMENT= Cache Compiled XML Translators
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Log-Report>=0.19:${PORTSDIR}/devel/p5-Log-Report \
p5-XML-Compile>=1.2:${PORTSDIR}/textproc/p5-XML-Compile \
diff --git a/textproc/p5-XML-FeedPP/Makefile b/textproc/p5-XML-FeedPP/Makefile
index eb1628d..ebf4472 100644
--- a/textproc/p5-XML-FeedPP/Makefile
+++ b/textproc/p5-XML-FeedPP/Makefile
@@ -14,11 +14,11 @@ PKGNAMEPREFIX= p5-
MAINTAINER= oleg at mamontov.net
COMMENT= Get an RSS file and parse it
-BUILD_DEPENDS= p5-XML-TreePP>=0.39:${PORTSDIR}/textproc/p5-XML-TreePP
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
+
+BUILD_DEPENDS= p5-XML-TreePP>=0.39:${PORTSDIR}/textproc/p5-XML-TreePP
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/www/p5-Catalyst-Action-REST/Makefile b/www/p5-Catalyst-Action-REST/Makefile
index eaf14af..d5696b1 100644
--- a/www/p5-Catalyst-Action-REST/Makefile
+++ b/www/p5-Catalyst-Action-REST/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Automated REST Method Dispatching for Catalyst
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.80:${PORTSDIR}/www/p5-Catalyst-Runtime \
diff --git a/www/p5-Catalyst-Action-RenderView/Makefile b/www/p5-Catalyst-Action-RenderView/Makefile
index 3417e31..f75f841 100644
--- a/www/p5-Catalyst-Action-RenderView/Makefile
+++ b/www/p5-Catalyst-Action-RenderView/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Sensible default end action for Catalyst
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Catalyst-Runtime>=5.70:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Data-Visitor>=0.24:${PORTSDIR}/devel/p5-Data-Visitor \
diff --git a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
index 785b10f..61e3d6c 100644
--- a/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
+++ b/www/p5-Catalyst-Authentication-Store-DBIx-Class/Makefile
@@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5-
MAINTAINER= oleg at mamontov.net
COMMENT= A storage class for Catalyst Authentication using DBIx::Class
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
p5-Catalyst-Plugin-Authentication>=0.10008:${PORTSDIR}/www/p5-Catalyst-Plugin-Authentication \
p5-Catalyst-Runtime>=5.8:${PORTSDIR}/www/p5-Catalyst-Runtime \
@@ -22,10 +25,7 @@ BUILD_DEPENDS= p5-Catalyst-Model-DBIC-Schema>=0.18:${PORTSDIR}/www/p5-Catalyst-M
p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
-RUN_DEPENDS= ${BUILD_DEPENDS}
-
-LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/www/p5-Catalyst-Controller-HTML-FormFu/Makefile b/www/p5-Catalyst-Controller-HTML-FormFu/Makefile
index eb3a47e..b3a6bd0 100644
--- a/www/p5-Catalyst-Controller-HTML-FormFu/Makefile
+++ b/www/p5-Catalyst-Controller-HTML-FormFu/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Catalyst FormFu Base Controller
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Catalyst-Action-RenderView>=0:${PORTSDIR}/www/p5-Catalyst-Action-RenderView \
p5-Catalyst-Plugin-ConfigLoader>=0.23:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
diff --git a/www/p5-Catalyst-Manual/Makefile b/www/p5-Catalyst-Manual/Makefile
index 351ce58..bd450cb 100644
--- a/www/p5-Catalyst-Manual/Makefile
+++ b/www/p5-Catalyst-Manual/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= The Catalyst developer\'s manual
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
PERL_CONFIGURE= yes
diff --git a/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile b/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile
index 7ea0792..ba58e4b 100644
--- a/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile
+++ b/www/p5-Catalyst-Plugin-Cache-FastMmap/Makefile
@@ -14,12 +14,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Mmap cache for Catalyst
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Catalyst-Runtime>=5.7000:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Cache-FastMmap>=0:${PORTSDIR}/devel/p5-Cache-FastMmap
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
index ccffd2f..18ee557 100644
--- a/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
+++ b/www/p5-Catalyst-Plugin-ErrorCatcher/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= andrey at kostenko.name
COMMENT= Catch application errors and emit them somewhere
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \
diff --git a/www/p5-Catalyst-Plugin-SubRequest/Makefile b/www/p5-Catalyst-Plugin-SubRequest/Makefile
index 81feffe..ed0b196 100644
--- a/www/p5-Catalyst-Plugin-SubRequest/Makefile
+++ b/www/p5-Catalyst-Plugin-SubRequest/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Make subrequests to actions in Catalyst
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Catalyst-Runtime>=5.80003:${PORTSDIR}/www/p5-Catalyst-Runtime
BUILD_DEPENDS= ${RUN_DEPENDS}
diff --git a/www/p5-Catalyst-View-Email/Makefile b/www/p5-Catalyst-View-Email/Makefile
index 3cee70c..8a1dd32 100644
--- a/www/p5-Catalyst-View-Email/Makefile
+++ b/www/p5-Catalyst-View-Email/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Catalyst View for Email
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Catalyst-Runtime>=5.7:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Catalyst-Devel>=1.00:${PORTSDIR}/www/p5-Catalyst-Devel \
diff --git a/www/p5-FCGI-Async/Makefile b/www/p5-FCGI-Async/Makefile
index a3bf704..0ac7b17 100644
--- a/www/p5-FCGI-Async/Makefile
+++ b/www/p5-FCGI-Async/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Module to allow use of FastCGI asynchronously
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
diff --git a/www/p5-HTML-FormFu/Makefile b/www/p5-HTML-FormFu/Makefile
index 70ec82c..b40c9a6 100644
--- a/www/p5-HTML-FormFu/Makefile
+++ b/www/p5-HTML-FormFu/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= HTML Form Creation, Rendering and Validation Framework
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Captcha-reCAPTCHA>=0.93:${PORTSDIR}/graphics/p5-Captcha-reCAPTCHA \
diff --git a/www/p5-HTML-Tree/Makefile b/www/p5-HTML-Tree/Makefile
index c699986..ca04e0e 100644
--- a/www/p5-HTML-Tree/Makefile
+++ b/www/p5-HTML-Tree/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A collection of modules to manupulate HTML syntax trees
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-HTML-Parser>=3.46:${PORTSDIR}/www/p5-HTML-Parser \
p5-HTML-Tagset>=3.02:${PORTSDIR}/www/p5-HTML-Tagset
diff --git a/www/p5-HTTP-Body/Makefile b/www/p5-HTTP-Body/Makefile
index 256efe5..315284f 100644
--- a/www/p5-HTTP-Body/Makefile
+++ b/www/p5-HTTP-Body/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= HTTP Body Parser
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
diff --git a/www/p5-HTTP-Cookies-Mozilla/Makefile b/www/p5-HTTP-Cookies-Mozilla/Makefile
index 6f243b7..1148b8d 100644
--- a/www/p5-HTTP-Cookies-Mozilla/Makefile
+++ b/www/p5-HTTP-Cookies-Mozilla/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Cookie storage and management for Mozilla
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS= p5-libwww>=1.25:${PORTSDIR}/www/p5-libwww
diff --git a/www/p5-HTTP-Cookies-iCab/Makefile b/www/p5-HTTP-Cookies-iCab/Makefile
index 8dcdff7..2419467 100644
--- a/www/p5-HTTP-Cookies-iCab/Makefile
+++ b/www/p5-HTTP-Cookies-iCab/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Cookie storage and management for iCab
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-Text-Diff>=0:${PORTSDIR}/textproc/p5-Text-Diff
RUN_DEPENDS= p5-libwww>=1.25:${PORTSDIR}/www/p5-libwww
diff --git a/www/p5-HTTP-MobileAgent/Makefile b/www/p5-HTTP-MobileAgent/Makefile
index 516b6a1..4571216 100644
--- a/www/p5-HTTP-MobileAgent/Makefile
+++ b/www/p5-HTTP-MobileAgent/Makefile
@@ -14,8 +14,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= An HTTP mobile user agent string parser for Perl
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-libwww>=1.43:${PORTSDIR}/www/p5-libwww
BUILD_DEPENDS= ${RUN_DEPENDS}
diff --git a/www/p5-MojoMojo/Makefile b/www/p5-MojoMojo/Makefile
index a21070c..0f18331 100644
--- a/www/p5-MojoMojo/Makefile
+++ b/www/p5-MojoMojo/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= A Catalyst & DBIx::Class powered Wiki
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
# Please keep order as in Makefile.PL
diff --git a/www/p5-Net-Trac/Makefile b/www/p5-Net-Trac/Makefile
index 11d7058..861e51c 100644
--- a/www/p5-Net-Trac/Makefile
+++ b/www/p5-Net-Trac/Makefile
@@ -15,8 +15,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Interact with a remote Trac instance
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
RUN_DEPENDS= p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
p5-DateTime>0:${PORTSDIR}/devel/p5-DateTime \
diff --git a/www/p5-WWW-Wikipedia/Makefile b/www/p5-WWW-Wikipedia/Makefile
index a8c12ab..ca3111c 100644
--- a/www/p5-WWW-Wikipedia/Makefile
+++ b/www/p5-WWW-Wikipedia/Makefile
@@ -15,12 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Perl module of Automated interface to the Wikipedia
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
-LICENSE= ART20 GPLv1
BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
p5-Text-Autoformat>=0:${PORTSDIR}/textproc/p5-Text-Autoformat
-RUN_DEPENDS= ${BUILD_DEPENDS}
+RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
diff --git a/www/p5-Web-Scraper/Makefile b/www/p5-Web-Scraper/Makefile
index 78c7404..a08d95e 100644
--- a/www/p5-Web-Scraper/Makefile
+++ b/www/p5-Web-Scraper/Makefile
@@ -15,7 +15,7 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl at FreeBSD.org
COMMENT= Web Scraping Toolkit inspired by Scrapi
-LICENSE= ART20 GPLv1
+LICENSE= ART10 GPLv1
LICENSE_COMB= dual
RUN_DEPENDS= p5-HTML-Parser>0:${PORTSDIR}/www/p5-HTML-Parser \
--- art-patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list