]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Net-SSLeay/perl-Net-SSLeay.nm
docbook-xsl: Fix file and directory permissions
[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.85
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(AutoLoader)
26 perl(FindBin)
27 perl(ExtUtils::MakeMaker)
28 perl(Module::Install)
29 perl(Test::More) >= 0.47
30 zlib-devel
31 end
32
33 build
34 PERL_MM_USE_DEFAULT=1 perl Makefile.PL \
35 INSTALLDIRS=vendor OPTIMIZE="%{CFLAGS}"
36 make %{PARALLELISMFLAGS}
37 end
38
39 # Testsuite starts but freezes after a few tests.
40 #test
41 # make test
42 #end
43 end
44
45 packages
46 package %{name}
47 requires
48 perl(:MODULE_COMPAT_%{perl_version})
49 perl(MIME::Base64)
50 perl(XSLoader)
51 end
52 end
53
54 package %{name}-debuginfo
55 template DEBUGINFO
56 end
57 end