mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-23 13:33:28 +08:00
package/perl-mojolicious-plugin-i18n: new package
Added via utils/scancpan, adding README.pod as license file and updating license to Artistic-2.0. Note that the license declared in META.{json,yml} ('perl') would mean either Artistic or GPL-1.0, while the README.pod file only talks about Artistic-2.0. Assume the author means the latter one. 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
2120f375b5
commit
6d8fd525f6
@ -2407,6 +2407,7 @@ F: package/perl-mime-base64-urlsafe/
|
||||
F: package/perl-mojolicious-plugin-authentication/
|
||||
F: package/perl-mojolicious-plugin-authorization/
|
||||
F: package/perl-mojolicious-plugin-cspheader/
|
||||
F: package/perl-mojolicious-plugin-i18n/
|
||||
F: package/perl-net-snmp/
|
||||
F: package/perl-net-ssh2/
|
||||
F: package/perl-net-telnet/
|
||||
|
@ -781,6 +781,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-mojolicious-plugin-authentication/Config.in"
|
||||
source "package/perl-mojolicious-plugin-authorization/Config.in"
|
||||
source "package/perl-mojolicious-plugin-cspheader/Config.in"
|
||||
source "package/perl-mojolicious-plugin-i18n/Config.in"
|
||||
source "package/perl-moo/Config.in"
|
||||
source "package/perl-net-dns/Config.in"
|
||||
source "package/perl-net-http/Config.in"
|
||||
|
7
package/perl-mojolicious-plugin-i18n/Config.in
Normal file
7
package/perl-mojolicious-plugin-i18n/Config.in
Normal file
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_I18N
|
||||
bool "perl-mojolicious-plugin-i18n"
|
||||
select BR2_PACKAGE_PERL_MOJOLICIOUS # runtime
|
||||
help
|
||||
Internationalization Plugin for Mojolicious.
|
||||
|
||||
https://metacpan.org/release/Mojolicious-Plugin-I18N
|
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 4002f7a7da4c90973ad6eedfb0fcfa16 Mojolicious-Plugin-I18N-1.6.tar.gz
|
||||
sha256 32fb5ef8037d954b7ecebef5c1b2b24b420abd829702312f4ad42794f52b514d Mojolicious-Plugin-I18N-1.6.tar.gz
|
||||
|
||||
# manually computed
|
||||
sha256 82b05028033057b388b0040a3b5590a1c51168fe3b9899bffdb5ef7962c4eb47 README.pod
|
@ -0,0 +1,15 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-mojolicious-plugin-i18n
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_VERSION = 1.6
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_SOURCE = Mojolicious-Plugin-I18N-$(PERL_MOJOLICIOUS_PLUGIN_I18N_VERSION).tar.gz
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SH/SHARIFULN
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_DEPENDENCIES = host-perl-module-build
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_LICENSE = Artistic-2.0
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_LICENSE_FILES = README.pod
|
||||
PERL_MOJOLICIOUS_PLUGIN_I18N_DISTNAME = Mojolicious-Plugin-I18N
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user