perl-mojolicious-plugin-authentication: new package
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Thu, 12 Jul 2018 21:00:50 +0000 (23:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 16 Jul 2018 11:30:33 +0000 (13:30 +0200)
Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
DEVELOPERS
package/Config.in
package/perl-mojolicious-plugin-authentication/Config.in [new file with mode: 0644]
package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.hash [new file with mode: 0644]
package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.mk [new file with mode: 0644]

index 88b4ad0a659c75fc9a3951c8c33af60b9791a3dc..0cd6b6d03ab4a0b6caccc8fdd1817d999595dbc0 100644 (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
index e67bcc7f25d40604f752e3761eb716d4442b436b..fe9175b42b82957671663ce12197023779b27720 100644 (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"
diff --git a/package/perl-mojolicious-plugin-authentication/Config.in b/package/perl-mojolicious-plugin-authentication/Config.in
new file mode 100644 (file)
index 0000000..26c3cde
--- /dev/null
@@ -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
diff --git a/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.hash b/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.hash
new file mode 100644 (file)
index 0000000..f225ff4
--- /dev/null
@@ -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
diff --git a/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.mk b/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.mk
new file mode 100644 (file)
index 0000000..2748965
--- /dev/null
@@ -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))