]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Role-Tiny/perl-Role-Tiny.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-Role-Tiny / perl-Role-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-Role-Tiny
7 version = 2.002004
8 release = 2
9 thisapp = Role-Tiny-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Moo/
13 license = GPL+ or Artistic
14 summary = Role::Tiny is a minimalist role composition tool.
15
16 description
17 Role composition can be thought of as much more clever and meaningful
18 multiple inheritance.
19 end
20
21 source_dl = https://cpan.metacpan.org/authors/id/H/HA/HAARG/
22
23 build
24 arches = noarch
25
26 requires
27 perl(B)
28 perl(ExtUtils::MakeMaker)
29 perl(Test::More)
30 end
31
32 build
33 perl Makefile.PL INSTALLDIRS=vendor
34 make %{PARALLELISMFLAGS}
35 end
36
37 test
38 make test
39 end
40 end
41
42 packages
43 package %{name}
44 requires
45 perl(:MODULE_COMPAT_%{perl_version})
46 end
47 end
48 end