diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-25 15:14:02 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-25 16:46:29 +0200 |
commit | 2ab02505d5c88b3a54f234fb5bceb4e3618347b6 (patch) | |
tree | d419d74bfc5439b9bd17f15776cab460bfb8d8a4 /package/perl-libwww-perl/Config.in | |
parent | 78553f5c07984db4ef0a86b9565a183483d552fa (diff) | |
download | buildroot-2ab02505d5c88b3a54f234fb5bceb4e3618347b6.tar.gz buildroot-2ab02505d5c88b3a54f234fb5bceb4e3618347b6.zip |
package/perl-libwww-perl: Move package/perl-libwww to new package
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>
Diffstat (limited to 'package/perl-libwww-perl/Config.in')
-rw-r--r-- | package/perl-libwww-perl/Config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/perl-libwww-perl/Config.in b/package/perl-libwww-perl/Config.in new file mode 100644 index 0000000000..3db0070a40 --- /dev/null +++ b/package/perl-libwww-perl/Config.in @@ -0,0 +1,18 @@ +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 |