summaryrefslogtreecommitdiffstats
path: root/package/perl-mojolicious-plugin-authentication
diff options
context:
space:
mode:
authorThomas De Schampheleire <thomas.de_schampheleire@nokia.com>2018-07-12 23:00:50 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-16 13:30:33 +0200
commit1c6f4985a8fb1a6f737f5ea25e2e2d411656b7f6 (patch)
treef14d7e032f51a1f4ed15331699702e5ef448c13c /package/perl-mojolicious-plugin-authentication
parent512cedea05bb8004bd00c98cefc2e57f52788245 (diff)
downloadbuildroot-1c6f4985a8fb1a6f737f5ea25e2e2d411656b7f6.tar.gz
buildroot-1c6f4985a8fb1a6f737f5ea25e2e2d411656b7f6.zip
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>
Diffstat (limited to 'package/perl-mojolicious-plugin-authentication')
-rw-r--r--package/perl-mojolicious-plugin-authentication/Config.in7
-rw-r--r--package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.hash6
-rw-r--r--package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.mk14
3 files changed, 27 insertions, 0 deletions
diff --git a/package/perl-mojolicious-plugin-authentication/Config.in b/package/perl-mojolicious-plugin-authentication/Config.in
new file mode 100644
index 0000000000..26c3cde5d4
--- /dev/null
+++ b/package/perl-mojolicious-plugin-authentication/Config.in
@@ -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
index 0000000000..f225ff486b
--- /dev/null
+++ b/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.hash
@@ -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
index 0000000000..2748965944
--- /dev/null
+++ b/package/perl-mojolicious-plugin-authentication/perl-mojolicious-plugin-authentication.mk
@@ -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))
OpenPOWER on IntegriCloud