Bump buildroot to 2019.02
This commit is contained in:
6
bsp/buildroot/package/perl-class-inspector/Config.in
Normal file
6
bsp/buildroot/package/perl-class-inspector/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_CLASS_INSPECTOR
|
||||
bool "perl-class-inspector"
|
||||
help
|
||||
Get information about a class and its structure.
|
||||
|
||||
https://metacpan.org/pod/Class::Inspector
|
||||
@@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 db471d6ecf47fa054726553319b7c34f Class-Inspector-1.32.tar.gz
|
||||
sha256 cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535 Class-Inspector-1.32.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 3ed0185f73a0570b72a2dc95c6bde500dc800c6f778ccbd688df4f88e6e65232 LICENSE
|
||||
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-class-inspector
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_CLASS_INSPECTOR_VERSION = 1.32
|
||||
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))
|
||||
Reference in New Issue
Block a user