From: Stefan Schantl <stefan.schantl@ipfire.org>
To: development@lists.ipfire.org
Subject: [PATCH] perl-JSON: New package
Date: Thu, 16 Feb 2023 17:26:30 +0100 [thread overview]
Message-ID: <20230216162630.1036001-1-stefan.schantl@ipfire.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 1765 bytes --]
Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
---
perl-JSON/perl-JSON.nm | 48 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 perl-JSON/perl-JSON.nm
diff --git a/perl-JSON/perl-JSON.nm b/perl-JSON/perl-JSON.nm
new file mode 100644
index 000000000..b673ab4ca
--- /dev/null
+++ b/perl-JSON/perl-JSON.nm
@@ -0,0 +1,48 @@
+###############################################################################
+# IPFire.org - An Open Source Firewall Solution #
+# Copyright (C) - IPFire Development Team <info(a)ipfire.org> #
+###############################################################################
+
+name = perl-JSON
+version = 4.10
+release = 1
+arch = noarch
+thisapp = JSON-%{version}
+
+groups = Development/Libraries
+url = http://search.cpan.org/dist/JSON/
+license = GPL+ or Artistic
+summary = JSON (JavaScript Object Notation) encoder/decoder.
+
+description
+ This module is a thin wrapper for JSON::XS-compatible modules with a few
+ additional features. All the backend modules convert a Perl data structure
+ to a JSON text and vice versa.
+
+ This module uses JSON::XS by default, and when JSON::XS is not available,
+ falls back on JSON::PP, which is in the Perl core since 5.14.
+end
+
+source_dl = https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/
+
+build
+ requires
+ perl(ExtUtils::MakeMaker)
+ perl(Test::More)
+ end
+
+ build
+ perl Makefile.PL INSTALLDIRS=perl
+ make %{PARALLELISMFLAGS}
+ end
+
+ test
+ #make test
+ end
+end
+
+packages
+ package %{name}
+ filter_requires = (JSON::backportPP)
+ end
+end
--
2.30.2
reply other threads:[~2023-02-16 16:26 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230216162630.1036001-1-stefan.schantl@ipfire.org \
--to=stefan.schantl@ipfire.org \
--cc=development@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox