da9e06cabc
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
24 lines
885 B
Plaintext
24 lines
885 B
Plaintext
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
|