kumquat-buildroot/package/perl-class-inspector/perl-class-inspector.mk
Francois Perrad d916b78a83 package/perl-class-inspector: bump to version 1.34
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>
2019-04-01 21:56:12 +02:00

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))