perl-sub-quote: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2018-10-10 10:18:27 +02:00 committed by Thomas Petazzoni
parent b776591ce8
commit 649c19e0af
4 changed files with 26 additions and 0 deletions

View File

@ -749,6 +749,7 @@ menu "Perl libraries/modules"
source "package/perl-role-tiny/Config.in"
source "package/perl-stream-buffered/Config.in"
source "package/perl-sub-exporter-progressive/Config.in"
source "package/perl-sub-quote/Config.in"
source "package/perl-sub-install/Config.in"
source "package/perl-sys-cpu/Config.in"
source "package/perl-sys-meminfo/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_SUB_QUOTE
bool "perl-sub-quote"
help
Efficient generation of subroutines via string eval
https://metacpan.org/release/Sub-Quote

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 1b0f288ca8c60243f9bc29cfee4c4986 Sub-Quote-2.005001.tar.gz
sha256 d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07 Sub-Quote-2.005001.tar.gz
# computed by scancpan
sha256 8f7a1d60c718174b7752562007b2643d4a1c23f901cbeb7774015805efe0a817 README

View File

@ -0,0 +1,13 @@
################################################################################
#
# perl-sub-quote
#
################################################################################
PERL_SUB_QUOTE_VERSION = 2.005001
PERL_SUB_QUOTE_SOURCE = Sub-Quote-$(PERL_SUB_QUOTE_VERSION).tar.gz
PERL_SUB_QUOTE_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG
PERL_SUB_QUOTE_LICENSE = Artistic or GPL-1.0+
PERL_SUB_QUOTE_LICENSE_FILES = README
$(eval $(perl-package))