[Thomas: as noted by Arnout, remove trailing whitespace, and fix the
license to Artistic-2.0. Also, adjust the indentation in
package/Config.in to the new standard.]
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
source "package/perl/Config.in"
if BR2_PACKAGE_PERL
menu "Perl libraries/modules"
+ source "package/perl-mojolicious/Config.in"
endmenu
endif
source "package/php/Config.in"
--- /dev/null
+config BR2_PACKAGE_PERL_MOJOLICIOUS
+ bool "perl-mojolicious"
+ help
+ Real-time web framework
+
+ http://mojolicio.us
--- /dev/null
+################################################################################
+#
+# perl-mojolicious
+#
+################################################################################
+
+PERL_MOJOLICIOUS_VERSION = 5.07
+PERL_MOJOLICIOUS_SOURCE = Mojolicious-$(PERL_MOJOLICIOUS_VERSION).tar.gz
+PERL_MOJOLICIOUS_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SR/SRI/
+PERL_MOJOLICIOUS_DEPENDENCIES = perl
+PERL_MOJOLICIOUS_LICENSE = Artistic-2.0
+
+$(eval $(perl-package))