d916b78a83
The hash of the license file changes only due to copyright year changes: -This software is copyright (c) 2016 by Adam Kennedy. +This software is copyright (c) 2002-2019 by Adam Kennedy. Signed-off-by: Francois Perrad <francois.perrad@gadz.org> [Thomas: add details as to why the license file hash changed] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
553 B
Makefile
15 lines
553 B
Makefile
################################################################################
|
|
#
|
|
# perl-class-inspector
|
|
#
|
|
################################################################################
|
|
|
|
PERL_CLASS_INSPECTOR_VERSION = 1.34
|
|
PERL_CLASS_INSPECTOR_SOURCE = Class-Inspector-$(PERL_CLASS_INSPECTOR_VERSION).tar.gz
|
|
PERL_CLASS_INSPECTOR_SITE = $(BR2_CPAN_MIRROR)/authors/id/P/PL/PLICEASE
|
|
PERL_CLASS_INSPECTOR_LICENSE = Artistic or GPL-1.0+
|
|
PERL_CLASS_INSPECTOR_LICENSE_FILES = LICENSE
|
|
PERL_CLASS_INSPECTOR_DISTNAME = Class-Inspector
|
|
|
|
$(eval $(perl-package))
|