Makefile revision 1447
325N/A#
325N/A# CDDL HEADER START
325N/A#
325N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
325N/A# You may not use this file except in compliance with the License.
325N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A
919N/A#
919N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
919N/A#
325N/A
325N/Ainclude ../../../make-rules/shared-macros.mk
325N/A
325N/ACOMPONENT_NAME= Net-SSLeay
493N/ACOMPONENT_VERSION= 1.52
325N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
325N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
851N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/dist/Net-SSLeay/
325N/ACOMPONENT_ARCHIVE_HASH= \
911N/A sha256:48ece32f8f1b4c20acedfcaefd5d66f0ab8818ae6f994ab7c02da7f42e6d77ba
911N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/M/MI/MIKEM/$(COMPONENT_ARCHIVE)
911N/ACOMPONENT_BUGDB= perl-mod/net-ssleay
911N/A
325N/A
761N/Ainclude $(WS_TOP)/make-rules/prep.mk
325N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
325N/Ainclude $(WS_TOP)/make-rules/ips.mk
325N/A
325N/A# Enable ASLR for this component
325N/AASLR_MODE = $(ASLR_ENABLE)
325N/A
325N/A# The component Makefile.PL file will ask some questions on whether we want
493N/A# to run external tests, to which we want to answer with "n".
493N/ACOMPONENT_CONFIGURE_ENV += ; echo "n" |
947N/ACOMPONENT_TEST_TARGETS = test
325N/A
325N/Abuild: $(BUILD_32_and_64)
325N/A
493N/Ainstall: $(INSTALL_32_and_64)
325N/A
761N/Atest: $(TEST_32_and_64)
761N/A
325N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
920N/A
920N/Ainclude $(WS_TOP)/make-rules/depend.mk
325N/A