mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
23
package/perl-libwww-perl/Config.in
Normal file
23
package/perl-libwww-perl/Config.in
Normal file
@@ -0,0 +1,23 @@
|
||||
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
||||
bool "perl-libwww-perl"
|
||||
depends on !BR2_STATIC_LIBS
|
||||
select BR2_PACKAGE_PERL_ENCODE_LOCALE # runtime
|
||||
select BR2_PACKAGE_PERL_FILE_LISTING # runtime
|
||||
select BR2_PACKAGE_PERL_HTML_PARSER # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_COOKIES # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_DAEMON # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_NEGOTIATE # runtime
|
||||
select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
|
||||
select BR2_PACKAGE_PERL_NET_HTTP # runtime
|
||||
select BR2_PACKAGE_PERL_TRY_TINY # runtime
|
||||
select BR2_PACKAGE_PERL_URI # runtime
|
||||
select BR2_PACKAGE_PERL_WWW_ROBOTRULES # runtime
|
||||
help
|
||||
The World-Wide Web library for Perl.
|
||||
|
||||
https://github.com/libwww-perl/libwww-perl
|
||||
|
||||
comment "perl-libwww-perl needs a toolchain w/ dynamic library"
|
||||
depends on BR2_STATIC_LIBS
|
||||
6
package/perl-libwww-perl/perl-libwww-perl.hash
Normal file
6
package/perl-libwww-perl/perl-libwww-perl.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 e6eec32d76fee9d8752efbd355e6e7bc libwww-perl-6.39.tar.gz
|
||||
sha256 9a8d7747938aa75d7d524c71574ae7f99ca66a5dac8255a7f7759f373e7774d5 libwww-perl-6.39.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 e84ac5ab84ace59952d2640e0ca4522eb0aaa8c2aa696352d1252aa109ea20bc LICENSE
|
||||
14
package/perl-libwww-perl/perl-libwww-perl.mk
Normal file
14
package/perl-libwww-perl/perl-libwww-perl.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-libwww-perl
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_LIBWWW_PERL_VERSION = 6.39
|
||||
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
||||
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_LIBWWW_PERL_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_LIBWWW_PERL_LICENSE_FILES = LICENSE
|
||||
PERL_LIBWWW_PERL_DISTNAME = libwww-perl
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user