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

package/perl-http-cookies: New package

parent 27e4a433
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -512,6 +512,7 @@ menu "Perl libraries/modules"
	source "package/perl-gdtextutil/Config.in"
	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-date/Config.in"
	source "package/perl-http-message/Config.in"
	source "package/perl-io-html/Config.in"
+7 −0
Original line number Diff line number Diff line
config BR2_PACKAGE_PERL_HTTP_COOKIES
	bool "perl-http-cookies"
	select BR2_PACKAGE_PERL_HTTP_MESSAGE
	help
	  Objects that represent a "cookie jar"

	  http://github.com/gisle/http-cookies
+3 −0
Original line number Diff line number Diff line
# retrieved by scancpan from http://cpan.metacpan.org/
md5    ecfd0eeb88512033352c2f13c9580f03 HTTP-Cookies-6.01.tar.gz
sha256 f5d3ade383ce6389d80cb0d0356b643af80435bb036afd8edce335215ec5eb20 HTTP-Cookies-6.01.tar.gz
+14 −0
Original line number Diff line number Diff line
################################################################################
#
# perl-http-cookies
#
################################################################################

PERL_HTTP_COOKIES_VERSION = 6.01
PERL_HTTP_COOKIES_SOURCE = HTTP-Cookies-$(PERL_HTTP_COOKIES_VERSION).tar.gz
PERL_HTTP_COOKIES_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
PERL_HTTP_COOKIES_DEPENDENCIES = perl-http-message
PERL_HTTP_COOKIES_LICENSE = Artistic or GPLv1+
PERL_HTTP_COOKIES_LICENSE_FILES = README

$(eval $(perl-package))