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