package/perl-i18n: new package

Added via utils/scancpan, without changes.

Signed-off-by: Joeri Barbarien <joeri.barbarien@nokia.com>
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Joeri Barbarien 2020-02-10 12:26:25 +01:00 committed by Thomas Petazzoni
parent 3ee07cc901
commit 4ac07b29c0
5 changed files with 29 additions and 0 deletions

View File

@ -2400,6 +2400,7 @@ F: package/perl-convert-asn1/
F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/perl-crypt-openssl-aes/
F: package/perl-i18n/
F: package/perl-locale-maketext-lexicon/
F: package/perl-math-prime-util/
F: package/perl-mime-base64-urlsafe/

View File

@ -760,6 +760,7 @@ menu "Perl libraries/modules"
source "package/perl-http-message/Config.in"
source "package/perl-http-multipartparser/Config.in"
source "package/perl-http-negotiate/Config.in"
source "package/perl-i18n/Config.in"
source "package/perl-io-html/Config.in"
source "package/perl-io-interface/Config.in"
source "package/perl-io-socket-multicast/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_I18N
bool "perl-i18n"
select BR2_PACKAGE_PERL_LOCALE_MAKETEXT_LEXICON # runtime
help
Perl Internationalization Pragma.
https://metacpan.org/release/i18n

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 4c3004474d6ff3554f82b52f92b3b1e1 i18n-0.13.tar.gz
sha256 2dbc3e4e25b41578cd83508fe011209e8f3c2b259fa4b5b6eafaac0d6ce4b457 i18n-0.13.tar.gz
# computed by scancpan
sha256 4755e5f2096e8ef0494f1565bf5a028a8fb4eeb5c1250e7d30948d1ed13c5ad7 README

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-i18n
#
################################################################################
PERL_I18N_VERSION = 0.13
PERL_I18N_SOURCE = i18n-$(PERL_I18N_VERSION).tar.gz
PERL_I18N_SITE = $(BR2_CPAN_MIRROR)/authors/id/A/AU/AUDREYT
PERL_I18N_LICENSE = MIT
PERL_I18N_LICENSE_FILES = README
PERL_I18N_DISTNAME = i18n
$(eval $(perl-package))