]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - perl-Net-SSLeay/perl-Net-SSLeay.nm
samba: build with needed packages
[people/amarx/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.69
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
44 package %{name}-debuginfo
45 template DEBUGINFO
46 end
47 end