1*4882a593Smuzhiyun################################################################################ 2*4882a593Smuzhiyun# 3*4882a593Smuzhiyun# perl-class-load 4*4882a593Smuzhiyun# 5*4882a593Smuzhiyun################################################################################ 6*4882a593Smuzhiyun 7*4882a593SmuzhiyunPERL_CLASS_LOAD_VERSION = 0.25 8*4882a593SmuzhiyunPERL_CLASS_LOAD_SOURCE = Class-Load-$(PERL_CLASS_LOAD_VERSION).tar.gz 9*4882a593SmuzhiyunPERL_CLASS_LOAD_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER 10*4882a593SmuzhiyunPERL_CLASS_LOAD_LICENSE = Artistic or GPL-1.0+ 11*4882a593SmuzhiyunPERL_CLASS_LOAD_LICENSE_FILES = LICENSE 12*4882a593SmuzhiyunPERL_CLASS_LOAD_DISTNAME = Class-Load 13*4882a593Smuzhiyun 14*4882a593Smuzhiyun$(eval $(perl-package)) 15