2ab02505d5
This move is necessary to sync the package with scancpan output as suggested by Francois. http://lists.busybox.net/pipermail/buildroot/2015-April/126406.html Since perl-libwww was never part of any official buildroot release I did not bother the include legavy handling of its options ;) Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
19 lines
596 B
Plaintext
19 lines
596 B
Plaintext
config BR2_PACKAGE_PERL_LIBWWW_PERL
|
|
bool "perl-libwww-perl"
|
|
select BR2_PACKAGE_PERL_ENCODE_LOCALE
|
|
select BR2_PACKAGE_PERL_FILE_LISTING
|
|
select BR2_PACKAGE_PERL_HTML_PARSER
|
|
select BR2_PACKAGE_PERL_HTTP_COOKIES
|
|
select BR2_PACKAGE_PERL_HTTP_DAEMON
|
|
select BR2_PACKAGE_PERL_HTTP_DATE
|
|
select BR2_PACKAGE_PERL_HTTP_MESSAGE
|
|
select BR2_PACKAGE_PERL_HTTP_NEGOTIATE
|
|
select BR2_PACKAGE_PERL_LWP_MEDIATYPES
|
|
select BR2_PACKAGE_PERL_NET_HTTP
|
|
select BR2_PACKAGE_PERL_URI
|
|
select BR2_PACKAGE_PERL_WWW_ROBOTRULES
|
|
help
|
|
The World-Wide Web library for Perl
|
|
|
|
https://metacpan.org/release/libwww-perl
|