]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/commitdiff
perl-Crypt-OpenSSL-X509: New package
authorStefan Schantl <stefan.schantl@ipfire.org>
Thu, 16 Feb 2023 16:17:31 +0000 (17:17 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 16 Feb 2023 17:11:03 +0000 (17:11 +0000)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm [new file with mode: 0644]

diff --git a/perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm b/perl-Crypt-OpenSSL-X509/perl-Crypt-OpenSSL-X509.nm
new file mode 100644 (file)
index 0000000..9ab4b1f
--- /dev/null
@@ -0,0 +1,44 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = perl-Crypt-OpenSSL-X509
+version    = 1.914
+release    = 1
+thisapp    = Crypt-OpenSSL-X509-%{version}
+
+groups     = Development/Libraries
+url        = http://search.cpan.org/dist/Crypt-OpenSSL-X509
+license    = GPL+
+summary    = Perl extension to OpenSSL's X509 API.
+
+description
+       This perl module implements a large majority of OpenSSL's useful X509 API.
+end
+
+source_dl  = https://cpan.metacpan.org/authors/id/J/JO/JONASBN/
+
+build
+       requires
+               perl(Crypt::OpenSSL::Guess)
+               perl(ExtUtils::MakeMaker)
+               openssl-devel
+       end
+
+       build
+               perl Makefile.PL INSTALLDIRS=vendor
+               make %{PARALLELISMFLAGS}
+       end
+
+       make_install_targets = \
+               pure_install
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end