perl-mojolicious-plugin-authentication: new package

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018.08.x
Thomas De Schampheleire 2018-07-12 23:00:50 +02:00 committed by Thomas Petazzoni
parent 512cedea05
commit 1c6f4985a8
5 changed files with 29 additions and 0 deletions

View File

@ -1926,6 +1926,7 @@ F: package/perl-crypt-blowfish/
F: package/perl-crypt-cbc/
F: package/perl-digest-md5/
F: package/perl-mime-base64-urlsafe/
F: package/perl-mojolicious-plugin-authentication/
F: package/pigz/
F: support/scripts/size-stats
F: utils/size-stats-compare

View File

@ -696,6 +696,7 @@ menu "Perl libraries/modules"
source "package/perl-mailtools/Config.in"
source "package/perl-mime-base64-urlsafe/Config.in"
source "package/perl-mime-base64/Config.in"
source "package/perl-mojolicious-plugin-authentication/Config.in"
source "package/perl-mojolicious/Config.in"
source "package/perl-net-dns/Config.in"
source "package/perl-net-http/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION
bool "perl-mojolicious-plugin-authentication"
select BR2_PACKAGE_PERL_MOJOLICIOUS
help
A plugin to make authentication a bit easier
https://metacpan.org/release/Mojolicious-Plugin-Authentication

View File

@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 b318be1e1e50e7595baee639b2964565 Mojolicious-Plugin-Authentication-1.33.tar.gz
sha256 1c32dffc88a683ba3b2719f34bc52fb9c5c5fb2f1276bbd30136bfad0ac262bc Mojolicious-Plugin-Authentication-1.33.tar.gz
# computed by scancpan
sha256 59727ac57166e9891175d8247a8ea47d4aeb24a0dc1e24011b773d139481b135 LICENSE

View File

@ -0,0 +1,14 @@
################################################################################
#
# perl-mojolicious-plugin-authentication
#
################################################################################
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_VERSION = 1.33
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_SOURCE = Mojolicious-Plugin-Authentication-$(PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_VERSION).tar.gz
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_SITE = $(BR2_CPAN_MIRROR)/authors/id/J/JJ/JJATRIA
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_DEPENDENCIES = perl-mojolicious
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_LICENSE = Artistic or GPL-1.0+
PERL_MOJOLICIOUS_PLUGIN_AUTHENTICATION_LICENSE_FILES = LICENSE
$(eval $(perl-package))