summaryrefslogtreecommitdiffstats
path: root/package/perl-json-tiny
diff options
context:
space:
mode:
authorFrancois Perrad <fperrad@gmail.com>2014-07-22 20:17:54 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-23 21:46:16 +0200
commitdfe9d5b2641bfce2198d519c9be3a949f0fb563b (patch)
tree37a09d3b3ea6abc1ffca7ced3af4dec5f7b8684f /package/perl-json-tiny
parent4f3e393663311f1c864eb25bcead5fe499c86f58 (diff)
downloadbuildroot-dfe9d5b2641bfce2198d519c9be3a949f0fb563b.tar.gz
buildroot-dfe9d5b2641bfce2198d519c9be3a949f0fb563b.zip
perl-json-tiny: new package
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/perl-json-tiny')
-rw-r--r--package/perl-json-tiny/Config.in6
-rw-r--r--package/perl-json-tiny/perl-json-tiny.mk14
2 files changed, 20 insertions, 0 deletions
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