]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-FCGI/perl-FCGI.nm
kernel: Update to 5.1
[ipfire-3.x.git] / perl-FCGI / perl-FCGI.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-FCGI
7 version = 0.77
8 release = 1.1
9 thisapp = FCGI-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/FCGI
13 license = OML
14 summary = FastCGI perl bindings.
15
16 description
17 FastCGI perl bindings.
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/
21
22 build
23 requires
24 perl(ExtUtils::MakeMaker)
25 perl(ExtUtils::ParseXS)
26 pakfire >= 0.9.26-3.1
27 end
28
29 build
30 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
31 make %{PARALLELISMFLAGS}
32 end
33
34 test
35 make test
36 end
37
38 make_install_targets = \
39 pure_install DESTDIR=%{BUILDROOT}
40 end
41
42 packages
43 package %{name}
44 requires
45 perl(:MODULE_COMPAT_%{perl_version})
46 end
47 end
48
49 package %{name}-debuginfo
50 template DEBUGINFO
51 end
52 end