]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Canary-Stability/perl-Canary-Stability.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-Canary-Stability / perl-Canary-Stability.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Canary-Stability
7 version = 2013
8 release = 2
9 thisapp = Canary-Stability-%{version}
10
11 groups = Development/Libraries
12 url = https://search.cpan.org/dist/Canary::Stability/
13 license = GPL+ or Artistic
14 summary = Canary to check perl compatibility for schmorp's modules.
15
16 description
17 This module is used by Schmorp's modules during configuration stage to test
18 the installed perl for compatibility with his modules.
19 end
20
21 source_dl = https://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/
22
23 build
24 requires
25 perl(ExtUtils::MakeMaker)
26 perl(ExtUtils::ParseXS)
27 libdb-devel
28 pakfire >= 0.9.26-3.1
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
33 make %{PARALLELISMFLAGS}
34 end
35
36 test
37 make test
38 end
39
40 make_install_targets = \
41 pure_install DESTDIR=%{BUILDROOT}
42 end
43
44 packages
45 package %{name}
46 requires
47 perl(:MODULE_COMPAT_%{perl_version})
48 end
49 end
50
51 package %{name}-debuginfo
52 template DEBUGINFO
53 end
54 end