Commit 970b061e authored by Francois Perrad's avatar Francois Perrad Committed by Thomas Petazzoni
Browse files

perl-mojolicious: new package



[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: default avatarFrancois Perrad <francois.perrad@gadz.org>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 0bf13117
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -423,6 +423,7 @@ endif
	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"
+6 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_MOJOLICIOUS
	bool "perl-mojolicious"
	help
	  Real-time web framework

	  http://mojolicio.us
+13 −0
Original line number Diff line number Diff line
################################################################################
#
# 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))