]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-YAML-Tiny/perl-YAML-Tiny.nm
Change how we make packages "noarch"
[people/pmueller/ipfire-3.x.git] / perl-YAML-Tiny / perl-YAML-Tiny.nm
CommitLineData
04548a24
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-YAML-Tiny
7version = 1.73
8release = 1
04548a24
SS
9thisapp = YAML-Tiny-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/YAML-Tiny/
13license = GPL+ or Artistic
14summary = Read/Write YAML files with as little code as possible.
15
16description
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.
20end
21
22source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
23
24build
5cd803df
MT
25 arches = noarch
26
04548a24
SS
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
43end
44
45packages
46 package %{name}
47end