]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.nm
perl-Class-Method-Modifieres: New package
[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 arch = noarch
11
12 groups = Development/Libraries
13 url = http://search.cpan.org/dist/Class-Method-Modifiers/
14 license = GPL+ or Artistic
15 summary = This module provides Moose-like method modifiers.
16
17 description
18 Method modifiers are a convenient feature from the CLOS
19 (Common Lisp Object System) world.
20 end
21
22 source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
23
24 build
25 requires
26 perl(B)
27 perl(Carp)
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