perl-parse-yapp: new package

Host version is needed for samba 4.14.x.

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2021-03-27 18:13:35 +01:00 committed by Yann E. MORIN
parent 2af9ab7c31
commit 038013efd2
4 changed files with 27 additions and 0 deletions

View File

@ -820,6 +820,7 @@ menu "Perl libraries/modules"
source "package/perl-number-bytes-human/Config.in"
source "package/perl-package-stash/Config.in"
source "package/perl-params-util/Config.in"
source "package/perl-parse-yapp/Config.in"
source "package/perl-path-tiny/Config.in"
source "package/perl-plack/Config.in"
source "package/perl-posix-strftime-compiler/Config.in"

View File

@ -0,0 +1,6 @@
config BR2_PACKAGE_PERL_PARSE_YAPP
bool "perl-parse-yapp"
help
A perl frontend to the Parse::Yapp module
https://metacpan.org/release/Parse-Yapp

View File

@ -0,0 +1,3 @@
# locally computed
sha256 3810e998308fba2e0f4f26043035032b027ce51ce5c8a52a8b8e340ca65f13e5 Parse-Yapp-1.21.tar.gz
sha256 a5d97e3ee50ba12b7897841a117790f723795e4a61e5ad1668dc064956c84e96 lib/Parse/Yapp.pm

View File

@ -0,0 +1,17 @@
################################################################################
#
# perl-parse-yapp
#
################################################################################
PERL_PARSE_YAPP_VERSION = 1.21
PERL_PARSE_YAPP_SOURCE = Parse-Yapp-$(PERL_PARSE_YAPP_VERSION).tar.gz
PERL_PARSE_YAPP_SITE = $(BR2_CPAN_MIRROR)/authors/id/W/WB/WBRASWELL
PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
PERL_PARSE_YAPP_LICENSE = Artistic or GPL-1.0+
PERL_PARSE_YAPP_LICENSE_FILES = lib/Parse/Yapp.pm
PERL_PARSE_YAPP_DISTNAME = Parse-Yapp
HOST_PERL_PARSE_YAPP_DEPENDENCIES = host-perl-module-build
$(eval $(perl-package))
$(eval $(host-perl-package))