# -*- coding: ascii; tab-width: 4 -*- Info2: << Package: net-ssleay-pm%type_pkg[perl] # PERL:XS Version: 1.94 Revision: 1 Replaces: net-ssleay-pm (<= 1.22-2) # Uses `%p/bin/openssl` to determine libopenssl versioning BuildDepends: << openssl300-dev, openssl (>= 3.0.0), openssl (<< 3.1.0) << Depends: << perl%type_pkg[perl]-core, mime-base64-pm%type_pkg[perl], openssl300-shlibs << Enhances: webmin Source: mirror:cpan:authors/id/C/CH/CHRISN/Net-SSLeay-%v.tar.gz Source-Checksum: SHA256(9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d) Type: perl (5.16.2 5.18.2 5.18.4 5.28.2 5.30.2 5.30.3 5.34.1) Distribution: << (%type_pkg[perl] = 5162) 10.9, (%type_pkg[perl] = 5162) 10.10, (%type_pkg[perl] = 5162) 10.11, (%type_pkg[perl] = 5162) 10.12, (%type_pkg[perl] = 5162) 10.13 << UpdatePOD: true DocFiles: CONTRIBUTING.md Changes Credits LICENSE README Description: Perl module for using OpenSSL DescDetail: << Works with webmin. See also: crypt-ssleay-pm << DescUsage: << Note that despite the name, SSLeay is no longer supported and OpenSSL is required. Use an older version of this module instead for SSLeay. << License: BSD HomePage: https://metacpan.org/dist/Net-SSLeay CompileScript: << #!/bin/bash -ev export OPENSSL_PREFIX=%p export PERL_MM_USE_DEFAULT=1 # the reported version of "OpenSSL-" that is detected is 'openssl' # executable in PATH, not the headers/libs used by the # compiler...ignore it. %{default_script} << InfoTest: TestDepends: test-exception-pm, test-warn-pm, test-nowarnings-pm InstallScript: << %{default_script} mv %i/share/man %i/lib/perl5/%type_raw[perl] << DescPackaging: << Previous maintainer: Carsten Klapp and: Monic Polynomial Same license as OpenSSL. << Maintainer: Daniel Johnson <<