mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 22:29:30 +00:00
* Rebase patches to Buildroot 2021.02-rc3 * Update Buildroot to 2021.02-rc3 * Declare Kernel headers to be Linux version 5.10 (since they are, and new Buildroot knows about 5.10)
15 lines
522 B
Makefile
15 lines
522 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|