diff options
author | Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> | 2018-07-12 23:00:50 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-16 13:30:33 +0200 |
commit | 1c6f4985a8fb1a6f737f5ea25e2e2d411656b7f6 (patch) | |
tree | f14d7e032f51a1f4ed15331699702e5ef448c13c /package/perl-mojolicious-plugin-authentication/Config.in | |
parent | 512cedea05bb8004bd00c98cefc2e57f52788245 (diff) | |
download | buildroot-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/Config.in')
-rw-r--r-- | package/perl-mojolicious-plugin-authentication/Config.in | 7 |
1 files changed, 7 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 |