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: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Francois Perrad 2014-06-16 21:35:57 +02:00 committed by Thomas Petazzoni
parent 0bf13117aa
commit 970b061e67
3 changed files with 20 additions and 0 deletions

View File

@ -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"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_MOJOLICIOUS
bool "perl-mojolicious"
help
Real-time web framework
http://mojolicio.us

View File

@ -0,0 +1,13 @@
################################################################################
#
# 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))