components/perl_modules/net-ssleay/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Mon, 17 Apr 2017 14:56:50 -0700
changeset 7885 74364868644e
parent 7687 1093e2a9adbd
permissions -rw-r--r--
25697011 Update Net-SSLeay to version 1.80

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#

#
# Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
#

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME=		Net-SSLeay
COMPONENT_VERSION=	1.80
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
COMPONENT_PROJECT_URL=	http://search.cpan.org/dist/Net-SSLeay/
COMPONENT_ARCHIVE_HASH=	\
    sha256:a541a66d59fc5f9bb7af09d3a0b68305e4c43ba9488b12915728fd282ea01b93
COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=	perl-mod/net-ssleay
TPNO=			34184
COMPONENT_ANITYA_ID=	6575

include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/makemaker.mk
include $(WS_MAKE_RULES)/ips.mk

ASLR_MODE = $(ASLR_NOT_APPLICABLE)

# The component Makefile.PL file will ask some questions on whether we want
# to run external tests, to which we want to answer with "n".
COMPONENT_CONFIGURE_ENV += ; echo "n" |
# Test failures.  keep going
COMPONENT_TEST_ARGS = -k -i
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
COMPONENT_TEST_TARGETS = test
COMPONENT_TEST_TRANSFORMS += \
	'-e "/^[mM]ake/d" ' \
	'-e "/^PERL_DL_NONLAZY/d" ' \
	'-e "/ENCRYPTED/d" ' \
	'-e "/^Files/d" ' \
	'-e "/^Failed /d" ' \
	'-e "/61_threads-cb-crash/d" ' \
	'-e "/62_threads-ctx_new-deadlock/d" ' \
	'-e "/^Running /d" ' \
	'-e "/^chmod /d" ' \
	'-e "/^Use of uninitialized/d" '

build:		$(BUILD_64)

install:	$(INSTALL_64)

test:		$(TEST_64)

system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)


REQUIRED_PACKAGES += library/security/openssl
REQUIRED_PACKAGES += system/library