xref: /OK3568_Linux_fs/buildroot/package/perl-http-daemon/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PERL_HTTP_DAEMON
2	bool "perl-http-daemon"
3	select BR2_PACKAGE_PERL_HTTP_DATE # runtime
4	select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
5	select BR2_PACKAGE_PERL_LWP_MEDIATYPES # runtime
6	help
7	  A simple http server class.
8
9	  https://github.com/libwww-perl/HTTP-Daemon
10