e2aff3d7f5
add this heuristic when no specific license file is found Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
466 B
Makefile
14 lines
466 B
Makefile
################################################################################
|
|
#
|
|
# perl-digest-sha1
|
|
#
|
|
################################################################################
|
|
|
|
PERL_DIGEST_SHA1_VERSION = 2.13
|
|
PERL_DIGEST_SHA1_SOURCE = Digest-SHA1-$(PERL_DIGEST_SHA1_VERSION).tar.gz
|
|
PERL_DIGEST_SHA1_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
|
|
PERL_DIGEST_SHA1_LICENSE = Artistic or GPLv1+
|
|
PERL_DIGEST_SHA1_LICENSE_FILES = README
|
|
|
|
$(eval $(perl-package))
|