]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Net-SSLeay/perl-Net-SSLeay.nm
clamav: Update to 0.101.4
[ipfire-3.x.git] / perl-Net-SSLeay / perl-Net-SSLeay.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Net-SSLeay
7 version = 1.78
8 release = 1
9 thisapp = Net-SSLeay-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/~flora/Net_SSLeay.pm/
13 license = GPL+ or Artistic
14 summary = Perl extension for using OpenSSL
15
16 description
17 Net::SSLeay module contains perl bindings to openssl library.
18 end
19
20 source_dl = http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/
21
22 build
23 requires
24 openssl-devel
25 perl(ExtUtils::MakeMaker)
26 perl(Test::More) >= 0.47
27 zlib-devel
28 end
29
30 build
31 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
32 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
33 make %{PARALLELISMFLAGS}
34 end
35
36 test
37 make test
38 end
39 end
40
41 packages
42 package %{name}
43 requires
44 perl(:MODULE_COMPAT_%{perl_version})
45 perl(MIME::Base64)
46 perl(XSLoader)
47 end
48 end
49
50 package %{name}-debuginfo
51 template DEBUGINFO
52 end
53 end