This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
config BR2_PACKAGE_PERL_DATA_OPTLIST
bool "perl-data-optlist"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_PARAMS_UTIL # runtime
select BR2_PACKAGE_PERL_SUB_INSTALL # runtime
help
parse and validate simple name/value option pairs.
https://github.com/rjbs/Data-OptList
comment "perl-data-optlist needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 f9236c9ea5607134ad8a2b3dc901c4c5 Data-OptList-0.110.tar.gz
sha256 366117cb2966473f2559f2f4575ff6ae69e84c69a0f30a0773e1b51a457ef5c3 Data-OptList-0.110.tar.gz
# computed by scancpan
sha256 73c7bd4c8e4adc474f9dae32b9aa08f6ce27327940751dd6e8373404beabdffa LICENSE

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-data-optlist
#
################################################################################
PERL_DATA_OPTLIST_VERSION = 0.110
PERL_DATA_OPTLIST_SOURCE = Data-OptList-$(PERL_DATA_OPTLIST_VERSION).tar.gz
PERL_DATA_OPTLIST_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
PERL_DATA_OPTLIST_LICENSE = Artistic or GPL-1.0+
PERL_DATA_OPTLIST_LICENSE_FILES = LICENSE
PERL_DATA_OPTLIST_DISTNAME = Data-OptList
$(eval $(perl-package))