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
476 B
Makefile
14 lines
476 B
Makefile
################################################################################
|
|
#
|
|
# perl-xml-sax-base
|
|
#
|
|
################################################################################
|
|
|
|
PERL_XML_SAX_BASE_VERSION = 1.08
|
|
PERL_XML_SAX_BASE_SOURCE = XML-SAX-Base-$(PERL_XML_SAX_BASE_VERSION).tar.gz
|
|
PERL_XML_SAX_BASE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GR/GRANTM
|
|
PERL_XML_SAX_BASE_LICENSE = Artistic or GPLv1+
|
|
PERL_XML_SAX_BASE_LICENSE_FILES = README
|
|
|
|
$(eval $(perl-package))
|