ec6260fde2
remove runtime dependencies Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
14 lines
462 B
Makefile
14 lines
462 B
Makefile
################################################################################
|
|
#
|
|
# perl-class-load
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CLASS_LOAD_VERSION = 0.25
|
|
PERL_CLASS_LOAD_SOURCE = Class-Load-$(PERL_CLASS_LOAD_VERSION).tar.gz
|
|
PERL_CLASS_LOAD_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
|
|
PERL_CLASS_LOAD_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CLASS_LOAD_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(perl-package))
|