mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +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
512 B
Makefile
15 lines
512 B
Makefile
################################################################################
|
|
#
|
|
# perl-libwww-perl
|
|
#
|
|
################################################################################
|
|
|
|
PERL_LIBWWW_PERL_VERSION = 6.52
|
|
PERL_LIBWWW_PERL_SOURCE = libwww-perl-$(PERL_LIBWWW_PERL_VERSION).tar.gz
|
|
PERL_LIBWWW_PERL_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
|
PERL_LIBWWW_PERL_LICENSE = Artistic or GPL-1.0+
|
|
PERL_LIBWWW_PERL_LICENSE_FILES = LICENSE
|
|
PERL_LIBWWW_PERL_DISTNAME = libwww-perl
|
|
|
|
$(eval $(perl-package))
|