mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-17 06:39:27 +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-message
|
|
#
|
|
################################################################################
|
|
|
|
PERL_HTTP_MESSAGE_VERSION = 6.27
|
|
PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz
|
|
PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_HTTP_MESSAGE_LICENSE = Artistic or GPL-1.0+
|
|
PERL_HTTP_MESSAGE_LICENSE_FILES = LICENSE
|
|
PERL_HTTP_MESSAGE_DISTNAME = HTTP-Message
|
|
|
|
$(eval $(perl-package))
|