summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2018-10-06 18:55:14 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-10-08 12:06:01 +0200
commitefab462124d5c1f27d531c508a16f8c0b9b3c0c2 (patch)
tree37a622a8840b4bd62453abb81060ad23ff0c3c5b
parent2a1358097f170433fe88fd6559e7ba89fe9d1da7 (diff)
downloadbuildroot-efab462124d5c1f27d531c508a16f8c0b9b3c0c2.tar.gz
buildroot-efab462124d5c1f27d531c508a16f8c0b9b3c0c2.zip
perl-extutils-config: new package
Only the host variant is added, which is needed as a dependency of perl-module-build-tiny (host), itself needed for perl-apache-logformat-compiler (target). Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/perl-extutils-config/perl-extutils-config.hash6
-rw-r--r--package/perl-extutils-config/perl-extutils-config.mk13
-rwxr-xr-xutils/scancpan1
3 files changed, 20 insertions, 0 deletions
diff --git a/package/perl-extutils-config/perl-extutils-config.hash b/package/perl-extutils-config/perl-extutils-config.hash
new file mode 100644
index 0000000000..518de84188
--- /dev/null
+++ b/package/perl-extutils-config/perl-extutils-config.hash
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5 565a7b09c7cac5907a25bbe2c959a717 ExtUtils-Config-0.008.tar.gz
+sha256 ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c ExtUtils-Config-0.008.tar.gz
+
+# computed by scancpan
+sha256 33b39fda54675d4d681764049e27b537cac12213aa6650667abea43662264ddc LICENSE
diff --git a/package/perl-extutils-config/perl-extutils-config.mk b/package/perl-extutils-config/perl-extutils-config.mk
new file mode 100644
index 0000000000..dfb8b26da7
--- /dev/null
+++ b/package/perl-extutils-config/perl-extutils-config.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-extutils-config
+#
+################################################################################
+
+PERL_EXTUTILS_CONFIG_VERSION = 0.008
+PERL_EXTUTILS_CONFIG_SOURCE = ExtUtils-Config-$(PERL_EXTUTILS_CONFIG_VERSION).tar.gz
+PERL_EXTUTILS_CONFIG_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT
+PERL_EXTUTILS_CONFIG_LICENSE = Artistic or GPL-1.0+
+PERL_EXTUTILS_CONFIG_LICENSE_FILES = LICENSE
+
+$(eval $(host-perl-package))
diff --git a/utils/scancpan b/utils/scancpan
index c460e1665c..53a4f48623 100755
--- a/utils/scancpan
+++ b/utils/scancpan
@@ -527,6 +527,7 @@ my $mcpan = MetaCPAN::API::Tiny->new(base_url => 'http://fastapi.metacpan.org/v1
my $ua = HTTP::Tiny->new();
my %white_list = (
+ 'ExtUtils-Config' => 1,
'Module-Build' => 1,
'Module-Build-Tiny' => 1,
);
OpenPOWER on IntegriCloud