Aurelien Larcher
2018-05-22 f5010fe9316920bd94de91639b3b87ffe72ffe4b
commit | author | age
ca079f 1 #
RB 2 # CDDL HEADER START
3 #
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
7 #
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
12 #
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 #
19 # CDDL HEADER END
20 #
21
22 #
cad309 23 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
ca079f 24 #
RB 25
26 include ../../../make-rules/shared-macros.mk
27
28 COMPONENT_NAME=        Net-SSLeay
1ff27b 29 COMPONENT_VERSION=    1.80
ca079f 30 COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
RB 31 COMPONENT_ARCHIVE=    $(COMPONENT_SRC).tar.gz
60e6e0 32 COMPONENT_PROJECT_URL=    http://search.cpan.org/dist/Net-SSLeay/
35e110 33 COMPONENT_ARCHIVE_HASH=    \
1ff27b 34     sha256:a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93
9581d1 35 COMPONENT_ARCHIVE_URL=    http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$(COMPONENT_ARCHIVE)
cad309 36 COMPONENT_BUGDB=    perl-mod/net-ssleay
9581d1 37
ca079f 38
1ff27b 39 include $(WS_MAKE_RULES)/prep.mk
AP 40 include $(WS_MAKE_RULES)/makemaker.mk
41 include $(WS_MAKE_RULES)/ips.mk
ca079f 42
46abd4 43 # Enable ASLR for this component
CM 44 ASLR_MODE = $(ASLR_ENABLE)
45
ca079f 46 # The component Makefile.PL file will ask some questions on whether we want
RB 47 # to run external tests, to which we want to answer with "n".
48 COMPONENT_CONFIGURE_ENV += ; echo "n" |
9581d1 49 COMPONENT_TEST_TARGETS = test
ca079f 50
1ff27b 51 build:        $(BUILD_32_and_64)
ca079f 52
1ff27b 53 install:    $(INSTALL_32_and_64)
ca079f 54
1ff27b 55 test:        $(TEST_32_and_64)
ca079f 56
1ff27b 57 REQUIRED_PACKAGES += library/security/openssl
AP 58 REQUIRED_PACKAGES += system/library
f5010f 59 REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)