summaryrefslogtreecommitdiff
path: root/packages/perl/libmodule-build-perl_0.2805.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-28 22:01:19 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-28 22:01:19 +0000
commit43466984142b559813c7270c6d2d988ec57b0d9e (patch)
tree2f37677b52376f169668b02c411c01643c50b936 /packages/perl/libmodule-build-perl_0.2805.bb
parent2bcdf40d8415d833a6392199f7dd4506f3d599ab (diff)
perl: Update the LICENSE on the modules to indicate that they are available
under either the Artistic license or the GPL, and not just under the Artistic license.
Diffstat (limited to 'packages/perl/libmodule-build-perl_0.2805.bb')
-rw-r--r--packages/perl/libmodule-build-perl_0.2805.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/perl/libmodule-build-perl_0.2805.bb b/packages/perl/libmodule-build-perl_0.2805.bb
index ef646a5c1c..f8910f406d 100644
--- a/packages/perl/libmodule-build-perl_0.2805.bb
+++ b/packages/perl/libmodule-build-perl_0.2805.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Module::Build - Build and install Perl modules"
SECTION = "libs"
SRC_URI = "http://search.cpan.org/CPAN/authors/id/K/KW/KWILLIAMS/Module-Build-0.2805.tar.gz"
-LICENSE = "Artistic"
+LICENSE = "Artistic|GPL"
MAINTAINER = "Jamie Lenehan <lenehan@twibble.org>"
DEPENDS = "libyaml-perl-native libversion-perl-native \
libextutils-cbuilder-perl-native \
@@ -9,7 +9,7 @@ DEPENDS = "libyaml-perl-native libversion-perl-native \
libarchive-tar-perl-native"
RDEPENDS = "libyaml-perl libversion-perl libextutils-cbuilder-perl \
libextutils-parsexs-perl libarchive-tar-perl"
-PR = "r2"
+PR = "r3"
S = "${WORKDIR}/Module-Build-${PV}"