]> git.ipfire.org Git - ipfire-3.x.git/blob - perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm
json-c: Update to version 0.17-20230812
[ipfire-3.x.git] / perl-Crypt-OpenSSL-X509 / perl-Crypt-OpenSSL-X509.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = perl-Crypt-OpenSSL-X509
7 version = 1.914
8 release = 4
9 thisapp = Crypt-OpenSSL-X509-%{version}
10
11 groups = Development/Libraries
12 url = http://search.cpan.org/dist/Crypt-OpenSSL-X509
13 license = GPL+
14 summary = Perl extension to OpenSSL's X509 API.
15
16 description
17 This perl module implements a large majority of OpenSSL's useful X509 API.
18 end
19
20 source_dl = https://cpan.metacpan.org/authors/id/J/JO/JONASBN/
21
22 build
23 requires
24 openssl-devel
25 perl(Crypt::OpenSSL::Guess)
26 perl(Convert::ASN1)
27 perl(ExtUtils::MakeMaker)
28 perl(Test::More)
29 end
30
31 build
32 perl Makefile.PL INSTALLDIRS=vendor
33 make %{PARALLELISMFLAGS}
34 end
35
36 make_install_targets = \
37 pure_install
38
39 test
40 make test
41 end
42
43 install_cmds
44 # Set correct library permissions.
45 find %{BUILDROOT}%{libdir} -type f -iname "*.so" \
46 -exec chmod 755 {} \;
47 end
48 end
49
50 packages
51 package %{name}
52
53 package %{name}-debuginfo
54 template DEBUGINFO
55 end
56 end