diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2015-04-19 12:17:07 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-04-19 13:43:44 +0200 |
commit | 27e4a433b44b63d91f24bfa2a475386d0cd54356 (patch) | |
tree | 439f27720ee18534957821a5464d4791478816f6 /package/perl-http-message/Config.in | |
parent | 2b221670b188a9600c29d6d4a4916a8115bbc9a4 (diff) | |
download | buildroot-27e4a433b44b63d91f24bfa2a475386d0cd54356.tar.gz buildroot-27e4a433b44b63d91f24bfa2a475386d0cd54356.zip |
package/perl-http-message: New package
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-http-message/Config.in')
-rw-r--r-- | package/perl-http-message/Config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/perl-http-message/Config.in b/package/perl-http-message/Config.in new file mode 100644 index 0000000000..9dda1ee3f1 --- /dev/null +++ b/package/perl-http-message/Config.in @@ -0,0 +1,12 @@ +config BR2_PACKAGE_PERL_HTTP_MESSAGE + bool "perl-http-message" + select BR2_PACKAGE_PERL_ENCODE_LOCALE + select BR2_PACKAGE_PERL_HTTP_DATE + select BR2_PACKAGE_PERL_IO_HTML + select BR2_PACKAGE_PERL_LWP_MEDIATYPES + select BR2_PACKAGE_PERL_URI + help + The HTTP-Message distribution contains classes useful for representing + the messages passed in HTTP style communication. + + https://github.com/libwww-perl/http-message |