]> git.ipfire.org Git - ipfire-3.x.git/blame - perl-WWW-Curl/perl-WWW-Curl.nm
git: Update to 2.23.0
[ipfire-3.x.git] / perl-WWW-Curl / perl-WWW-Curl.nm
CommitLineData
30747343
SS
1###############################################################################
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
4###############################################################################
5
6name = perl-WWW-Curl
02d98b9f 7version = 4.17
1d0547dc 8release = 1.1
30747343
SS
9thisapp = WWW-Curl-%{version}
10
11groups = Development/Libraries
12url = http://search.cpan.org/dist/WWW-Curl
13license = GPL+
14summary = Perl extension interface for libcurl.
15
16description
17 WWW::Curl is a Perl extension interface for libcurl..
18end
19
20source_dl = http://search.cpan.org/CPAN/authors/id/S/SZ/SZBALINT/
21
22build
23 requires
24 perl(ExtUtils::MakeMaker)
25 perl(ExtUtils::ParseXS)
26 libcurl-devel
1d0547dc 27 pakfire >= 0.9.26-3.1
30747343
SS
28 end
29
30 build
31 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
32 make %{PARALLELISMFLAGS}
33 end
34
5e16fec2 35 make_install_targets = pure_install
30747343
SS
36end
37
38packages
39 package %{name}
40 requires
02d98b9f 41 perl(:MODULE_COMPAT_%{perl_version})
30747343
SS
42 end
43 end
44
45 package %{name}-debuginfo
46 template DEBUGINFO
47 end
48end