mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
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:
parent
0bf13117aa
commit
970b061e67
@ -423,6 +423,7 @@ endif
|
|||||||
source "package/perl/Config.in"
|
source "package/perl/Config.in"
|
||||||
if BR2_PACKAGE_PERL
|
if BR2_PACKAGE_PERL
|
||||||
menu "Perl libraries/modules"
|
menu "Perl libraries/modules"
|
||||||
|
source "package/perl-mojolicious/Config.in"
|
||||||
endmenu
|
endmenu
|
||||||
endif
|
endif
|
||||||
source "package/php/Config.in"
|
source "package/php/Config.in"
|
||||||
|
6
package/perl-mojolicious/Config.in
Normal file
6
package/perl-mojolicious/Config.in
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
config BR2_PACKAGE_PERL_MOJOLICIOUS
|
||||||
|
bool "perl-mojolicious"
|
||||||
|
help
|
||||||
|
Real-time web framework
|
||||||
|
|
||||||
|
http://mojolicio.us
|
13
package/perl-mojolicious/perl-mojolicious.mk
Normal file
13
package/perl-mojolicious/perl-mojolicious.mk
Normal 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))
|
Loading…
x
Reference in New Issue
Block a user