python: fix disabling the SSL module
[buildroot-gz.git] / package / perl-http-daemon / Config.in
blobe09328c963d9b6f45b146b6e32cf7e94f3ef8311
1 config BR2_PACKAGE_PERL_HTTP_DAEMON
2         bool "perl-http-daemon"
3         select BR2_PACKAGE_PERL_HTTP_DATE
4         select BR2_PACKAGE_PERL_HTTP_MESSAGE
5         select BR2_PACKAGE_PERL_LWP_MEDIATYPES
6         help
7           Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen
8           on a socket for incoming requests.
10           http://github.com/gisle/http-daemon