mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-11-16 06:09:26 +00:00
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
16 lines
544 B
Makefile
16 lines
544 B
Makefile
################################################################################
|
|
#
|
|
# perl-class-std
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CLASS_STD_VERSION = 0.013
|
|
PERL_CLASS_STD_SOURCE = Class-Std-$(PERL_CLASS_STD_VERSION).tar.gz
|
|
PERL_CLASS_STD_SITE = $(BR2_CPAN_MIRROR)/authors/id/C/CH/CHORNY
|
|
PERL_CLASS_STD_DEPENDENCIES = host-perl-module-build
|
|
PERL_CLASS_STD_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CLASS_STD_LICENSE_FILES = README
|
|
PERL_CLASS_STD_DISTNAME = Class-Std
|
|
|
|
$(eval $(perl-package))
|