mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-22 20:35:55 +08:00
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:
parent
3ee07cc901
commit
4ac07b29c0
@ -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/
|
||||
|
@ -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"
|
||||
|
7
package/perl-i18n/Config.in
Normal file
7
package/perl-i18n/Config.in
Normal 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
|
6
package/perl-i18n/perl-i18n.hash
Normal file
6
package/perl-i18n/perl-i18n.hash
Normal 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
|
14
package/perl-i18n/perl-i18n.mk
Normal file
14
package/perl-i18n/perl-i18n.mk
Normal 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))
|
Loading…
Reference in New Issue
Block a user