generated from gaoyang3513/SDK_RK3288
[Mod] First commit
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 b4d7804231b1dfd10999d42283e0cf06 HTTP-Cookies-6.10.tar.gz
|
||||
sha256 e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007 HTTP-Cookies-6.10.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 82902ce20c8ed71d7f4e7a6a5b2b26e43a7e2e90c78098fb49aa49e03ac808e0 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.10
|
||||
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