]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blame - perl-Class-Method-Modifiers/perl-Class-Method-Modifiers.nm
Update dhcpcd to 10.0.2
[people/pmueller/ipfire-3.x.git] / perl-Class-Method-Modifiers / perl-Class-Method-Modifiers.nm
CommitLineData
29079cfd
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-Class-Method-Modifiers
7version = 2.14
8release = 1
9thisapp = Class-Method-Modifiers-%{version}
29079cfd
SS
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/Class-Method-Modifiers/
13license = GPL+ or Artistic
14summary = This module provides Moose-like method modifiers.
15
16description
17 Method modifiers are a convenient feature from the CLOS
18 (Common Lisp Object System) world.
19end
20
21source_dl = https://cpan.metacpan.org/authors/id/E/ET/ETHER/
22
23build
5cd803df
MT
24 arches = noarch
25
29079cfd
SS
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
41end
42
43packages
44 package %{name}
45 requires
46 perl(:MODULE_COMPAT_%{perl_version})
47 end
48 end
49end