perl/Net-SSLeay: switch to OpenSSL 3.1
[oi-userland.git] / components / perl / Net-SSLeay / Makefile
blobab01ea6e19a1073e3ce7bdda78f31e59e73257fd
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
13 # This file was automatically generated using the following command:
14 # $WS_TOOLS/perl-integrate-module Net::SSLeay
17 BUILD_STYLE = makemaker
19 include ../../../make-rules/shared-macros.mk
21 COMPONENT_PERL_MODULE = Net::SSLeay
22 HUMAN_VERSION = 1.94
23 COMPONENT_REVISION = 2
24 COMPONENT_SUMMARY = Net::SSLeay - Perl bindings for OpenSSL and LibreSSL
25 COMPONENT_CPAN_AUTHOR = CHRISN
26 COMPONENT_ARCHIVE_HASH = \
27 sha256:9d7be8a56d1bedda05c425306cc504ba134307e0c09bda4a788c98744ebcd95d
28 COMPONENT_LICENSE = Artistic-2.0
29 COMPONENT_LICENSE_FILE = LICENSE
31 # The component Makefile.PL file will ask some questions on whether we want
32 # to run external tests, to which we want to answer with "n".
33 COMPONENT_CONFIGURE_ENV += echo "n" |
36 include $(WS_MAKE_RULES)/common.mk
38 # Set OPENSSL_PREFIX so Makefile.PL is able to find our preferred OpenSSL
39 COMPONENT_CONFIGURE_ENV += OPENSSL_PREFIX=$(OPENSSL_PREFIX)
41 # Optional test dependencies missing from metadata
42 TEST_REQUIRED_PACKAGES.perl += library/perl-5/test-pod
44 # Auto-generated dependencies
45 PERL_REQUIRED_PACKAGES += runtime/perl
46 REQUIRED_PACKAGES += $(OPENSSL_PKG)
47 REQUIRED_PACKAGES += system/library