]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.nm
Change how we make packages "noarch"
[ipfire-3.x.git] / perl-Class-Method-Modifiers / perl-Class-Method-Modifiers.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Class-Method-Modifiers
7 version = 2.14
8 release = 1
9 thisapp = Class-Method-Modifiers-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Class-Method-Modifiers/
13 license = GPL+ or Artistic
14 summary = This module provides Moose-like method modifiers.
15
16 description
17 Method modifiers are a convenient feature from the CLOS
18 (Common Lisp Object System) world.
19 end
20
21 source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
22
23 build
24 arches = noarch
25
26 requires
27 perl(B)
28 perl(Carp)
29 perl(ExtUtils::MakeMaker)
30 perl(Test::More)
31 end
32
33 build
34 perl Makefile.PL INSTALLDIRS=vendor
35 make %{PARALLELISMFLAGS}
36 end
37
38 test
39 make test
40 end
41 end
42
43 packages
44 package %{name}
45 requires
46 perl(:MODULE_COMPAT_%{perl_version})
47 end
48 end
49 end