mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
8
package/perl-http-cookies/Config.in
Normal file
8
package/perl-http-cookies/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_PERL_HTTP_COOKIES
|
||||
bool "perl-http-cookies"
|
||||
select BR2_PACKAGE_PERL_HTTP_DATE # runtime
|
||||
select BR2_PACKAGE_PERL_HTTP_MESSAGE # runtime
|
||||
help
|
||||
HTTP cookie jars.
|
||||
|
||||
https://github.com/libwww-perl/http-cookies
|
||||
6
package/perl-http-cookies/perl-http-cookies.hash
Normal file
6
package/perl-http-cookies/perl-http-cookies.hash
Normal file
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 7bf1e277bd5c886bc18d21eb8423b65f HTTP-Cookies-6.04.tar.gz
|
||||
sha256 0cc7f079079dcad8293fea36875ef58dd1bfd75ce1a6c244cd73ed9523eb13d4 HTTP-Cookies-6.04.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 f67a84709b8757e38e389ea9ab7cdef424d2b7cf999a92556ffd0b61ff87600d LICENSE
|
||||
14
package/perl-http-cookies/perl-http-cookies.mk
Normal file
14
package/perl-http-cookies/perl-http-cookies.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-http-cookies
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_HTTP_COOKIES_VERSION = 6.04
|
||||
PERL_HTTP_COOKIES_SOURCE = HTTP-Cookies-$(PERL_HTTP_COOKIES_VERSION).tar.gz
|
||||
PERL_HTTP_COOKIES_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||
PERL_HTTP_COOKIES_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_HTTP_COOKIES_LICENSE_FILES = LICENSE
|
||||
PERL_HTTP_COOKIES_DISTNAME = HTTP-Cookies
|
||||
|
||||
$(eval $(perl-package))
|
||||
Reference in New Issue
Block a user