perl-extutils-helpers: new package
authorFrancois Perrad <fperrad@gmail.com>
Sat, 6 Oct 2018 16:55:15 +0000 (18:55 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 8 Oct 2018 10:07:58 +0000 (12:07 +0200)
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>
package/perl-extutils-helpers/perl-extutils-helpers.hash [new file with mode: 0644]
package/perl-extutils-helpers/perl-extutils-helpers.mk [new file with mode: 0644]
utils/scancpan

diff --git a/package/perl-extutils-helpers/perl-extutils-helpers.hash b/package/perl-extutils-helpers/perl-extutils-helpers.hash
new file mode 100644 (file)
index 0000000..2d29190
--- /dev/null
@@ -0,0 +1,6 @@
+# retrieved by scancpan from http://cpan.metacpan.org/
+md5    83b00c1e401321c425ae5db6b2b2fd12 ExtUtils-Helpers-0.026.tar.gz
+sha256 de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416 ExtUtils-Helpers-0.026.tar.gz
+
+# computed by scancpan
+sha256 e5530d0ebc8662df3a970644d867faf12760b1a95ca6e2bf1c5f9af410a418e0 LICENSE
diff --git a/package/perl-extutils-helpers/perl-extutils-helpers.mk b/package/perl-extutils-helpers/perl-extutils-helpers.mk
new file mode 100644 (file)
index 0000000..82f3492
--- /dev/null
@@ -0,0 +1,13 @@
+################################################################################
+#
+# perl-extutils-helpers
+#
+################################################################################
+
+PERL_EXTUTILS_HELPERS_VERSION = 0.026
+PERL_EXTUTILS_HELPERS_SOURCE = ExtUtils-Helpers-$(PERL_EXTUTILS_HELPERS_VERSION).tar.gz
+PERL_EXTUTILS_HELPERS_SITE = $(BR2_CPAN_MIRROR)/authors/id/L/LE/LEONT
+PERL_EXTUTILS_HELPERS_LICENSE = Artistic or GPL-1.0+
+PERL_EXTUTILS_HELPERS_LICENSE_FILES = LICENSE
+
+$(eval $(host-perl-package))
index 53a4f4862345cf0d5fd235fd5cd8ea810f7d45f3..35bbeab1bbaa70a6ecf2d6f92fc90e0a04b55a81 100755 (executable)
@@ -528,6 +528,7 @@ my $ua = HTTP::Tiny->new();
 
 my %white_list = (
     'ExtUtils-Config' => 1,
+    'ExtUtils-Helpers' => 1,
     'Module-Build' => 1,
     'Module-Build-Tiny' => 1,
 );