Commit 514f331c authored by Bernd Kuhls's avatar Bernd Kuhls Committed by Thomas Petazzoni
Browse files

package/perl-http-daemon: New package

parent c8e2c56d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -513,6 +513,7 @@ menu "Perl libraries/modules"
	source "package/perl-html-parser/Config.in"
	source "package/perl-html-tagset/Config.in"
	source "package/perl-http-cookies/Config.in"
	source "package/perl-http-daemon/Config.in"
	source "package/perl-http-date/Config.in"
	source "package/perl-http-message/Config.in"
	source "package/perl-io-html/Config.in"
+8 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_HTTP_DAEMON
	bool "perl-http-daemon"
	select BR2_PACKAGE_PERL_HTTP_MESSAGE
	help
	  Instances of the `HTTP::Daemon' class are HTTP/1.1 servers that listen
	  on a socket for incoming requests.

	  http://github.com/gisle/http-daemon
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    ed0ae02d25d7f1e89456d4d69732adc2 HTTP-Daemon-6.01.tar.gz
sha256 43fd867742701a3f9fcc7bd59838ab72c6490c0ebaf66901068ec6997514adc2 HTTP-Daemon-6.01.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-http-daemon
#
################################################################################

PERL_HTTP_DAEMON_VERSION = 6.01
PERL_HTTP_DAEMON_SOURCE = HTTP-Daemon-$(PERL_HTTP_DAEMON_VERSION).tar.gz
PERL_HTTP_DAEMON_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_DAEMON_DEPENDENCIES = perl-http-message
PERL_HTTP_DAEMON_LICENSE = Artistic or GPLv1+
PERL_HTTP_DAEMON_LICENSE_FILES = README

$(eval $(perl-package))