summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/Config.in1
-rw-r--r--package/perl-json-tiny/Config.in6
-rw-r--r--package/perl-json-tiny/perl-json-tiny.mk14
3 files changed, 21 insertions, 0 deletions
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))
OpenPOWER on IntegriCloud