98de719cff
Added via utils/scancpan, but removing the 'suspicious' dependency on 'host-perl-mojolicious'. During configuration, the package warns: Checking prerequisites... requires: ! Mojo::Base is not installed build_requires: ! Mojolicious::Lite is not installed ! Test::Mojo is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Run 'Build installdeps' to install missing prerequisites. But the build and installation continues correctly nonetheless. 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>
16 lines
799 B
Makefile
16 lines
799 B
Makefile
################################################################################
|
|
#
|
|
# perl-mojolicious-plugin-authorization
|
|
#
|
|
################################################################################
|
|
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_VERSION = 1.05
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_SOURCE = Mojolicious-Plugin-Authorization-$(PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_VERSION).tar.gz
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_SITE = $(BR2_CPAN_MIRROR)/authors/id/B/BY/BYTEROCK
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_DEPENDENCIES = host-perl-module-build
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_LICENSE = Artistic or GPL-1.0+
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_LICENSE_FILES = LICENSE
|
|
PERL_MOJOLICIOUS_PLUGIN_AUTHORIZATION_DISTNAME = Mojolicious-Plugin-Authorization
|
|
|
|
$(eval $(perl-package))
|