Blame view

buildroot/buildroot-2016.08.1/package/perl-http-message/Config.in 419 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
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