mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-25 05:43:29 +08:00
perl-data-dump: new package
Signed-off-by: Christopher McCrory <chrismcc@gmail.com> Acked-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
497f7134fc
commit
11d72bdaef
@ -489,6 +489,7 @@ F: package/perl-appconfig/
|
||||
F: package/perl-astro-suntime/
|
||||
F: package/perl-class-std/
|
||||
F: package/perl-class-std-fast/
|
||||
F: package/perl-data-dump/
|
||||
F: package/perl-data-optlist/
|
||||
F: package/perl-data-uuid/
|
||||
F: package/perl-date-manip/
|
||||
|
@ -674,6 +674,7 @@ menu "Perl libraries/modules"
|
||||
source "package/perl-crypt-cbc/Config.in"
|
||||
source "package/perl-crypt-openssl-random/Config.in"
|
||||
source "package/perl-crypt-openssl-rsa/Config.in"
|
||||
source "package/perl-data-dump/Config.in"
|
||||
source "package/perl-data-optlist/Config.in"
|
||||
source "package/perl-data-uuid/Config.in"
|
||||
source "package/perl-date-manip/Config.in"
|
||||
|
6
package/perl-data-dump/Config.in
Normal file
6
package/perl-data-dump/Config.in
Normal file
@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_PERL_DATA_DUMP
|
||||
bool "perl-data-dump"
|
||||
help
|
||||
Pretty printing of data structures
|
||||
|
||||
https://metacpan.org/release/Data-Dump
|
6
package/perl-data-dump/perl-data-dump.hash
Normal file
6
package/perl-data-dump/perl-data-dump.hash
Normal file
@ -0,0 +1,6 @@
|
||||
# retrieved by scancpan from http://cpan.metacpan.org/
|
||||
md5 762c111e525c82ff23d62c90821b26e9 Data-Dump-1.23.tar.gz
|
||||
sha256 af53b05ef1387b4cab4427e6789179283e4f0da8cf036e8db516ddb344512b65 Data-Dump-1.23.tar.gz
|
||||
|
||||
# computed by scancpan
|
||||
sha256 31d1b6482bcc3db87a38ad02065554f9d3bc13321d4ef8e96042464045e2abcf README
|
13
package/perl-data-dump/perl-data-dump.mk
Normal file
13
package/perl-data-dump/perl-data-dump.mk
Normal file
@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# perl-data-dump
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PERL_DATA_DUMP_VERSION = 1.23
|
||||
PERL_DATA_DUMP_SOURCE = Data-Dump-$(PERL_DATA_DUMP_VERSION).tar.gz
|
||||
PERL_DATA_DUMP_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS
|
||||
PERL_DATA_DUMP_LICENSE = Artistic or GPL-1.0+
|
||||
PERL_DATA_DUMP_LICENSE_FILES = README
|
||||
|
||||
$(eval $(perl-package))
|
Loading…
Reference in New Issue
Block a user