]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-YAML-Tiny/perl-YAML-Tiny.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-YAML-Tiny / perl-YAML-Tiny.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-YAML-Tiny
7 version = 1.73
8 release = 2
9 thisapp = YAML-Tiny-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/YAML-Tiny/
13 license = GPL+ or Artistic
14 summary = Read/Write YAML files with as little code as possible.
15
16 description
17 YAML::Tiny is a perl class for reading and writing YAML-style files,
18 written with as little code as possible, reducing load time and memory
19 overhead.
20 end
21
22 source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
23
24 build
25 arches = noarch
26
27 requires
28 perl(autodie)
29 perl(B)
30 perl(ExtUtils::MakeMaker)
31 perl(JSON::PP)
32 perl(Test::More)
33 end
34
35 build
36 perl Makefile.PL INSTALLDIRS=vendor
37 make %{PARALLELISMFLAGS}
38 end
39
40 test
41 make test
42 end
43 end
44
45 packages
46 package %{name}
47 end