From dfe9d5b2641bfce2198d519c9be3a949f0fb563b Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Tue, 22 Jul 2014 20:17:54 +0200 Subject: [PATCH] perl-json-tiny: new package Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/Config.in | 1 + package/perl-json-tiny/Config.in | 6 ++++++ package/perl-json-tiny/perl-json-tiny.mk | 14 ++++++++++++++ 3 files changed, 21 insertions(+) create mode 100644 package/perl-json-tiny/Config.in create mode 100644 package/perl-json-tiny/perl-json-tiny.mk diff --git a/package/Config.in b/package/Config.in index aa2f783ce9..b89a98ee96 100644 --- a/package/Config.in +++ b/package/Config.in @@ -436,6 +436,7 @@ menu "Perl libraries/modules" source "package/perl-gdgraph/Config.in" source "package/perl-gdtextutil/Config.in" source "package/perl-io-socket-ssl/Config.in" + source "package/perl-json-tiny/Config.in" source "package/perl-mojolicious/Config.in" source "package/perl-net-ssleay/Config.in" source "package/perl-xml-libxml/Config.in" diff --git a/package/perl-json-tiny/Config.in b/package/perl-json-tiny/Config.in new file mode 100644 index 0000000000..ce943cae18 --- /dev/null +++ b/package/perl-json-tiny/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_PERL_JSON_TINY + bool "perl-json-tiny" + help + Minimalistic JSON. No dependencies. + + https://metacpan.org/release/JSON-Tiny diff --git a/package/perl-json-tiny/perl-json-tiny.mk b/package/perl-json-tiny/perl-json-tiny.mk new file mode 100644 index 0000000000..fd99ee72c7 --- /dev/null +++ b/package/perl-json-tiny/perl-json-tiny.mk @@ -0,0 +1,14 @@ +################################################################################ +# +# perl-json-tiny +# +################################################################################ + +PERL_JSON_TINY_VERSION = 0.49 +PERL_JSON_TINY_SOURCE = JSON-Tiny-$(PERL_JSON_TINY_VERSION).tar.gz +PERL_JSON_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/D/DA/DAVIDO/ +PERL_JSON_TINY_DEPENDENCIES = perl +PERL_JSON_TINY_LICENSE = Artistic-2.0 +PERL_JSON_TINY_LICENSE_FILES = LICENSE + +$(eval $(perl-package)) -- 2.30.2