Makefile revision 1096
577N/A#
577N/A# CDDL HEADER START
577N/A#
577N/A# The contents of this file are subject to the terms of the
700N/A# Common Development and Distribution License (the "License").
577N/A# You may not use this file except in compliance with the License.
577N/A#
577N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
577N/A# or http://www.opensolaris.org/os/licensing.
577N/A# See the License for the specific language governing permissions
577N/A# and limitations under the License.
577N/A#
577N/A# When distributing Covered Code, include this CDDL HEADER in each
577N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
577N/A# If applicable, add the following below this CDDL HEADER, with the
577N/A# fields enclosed by brackets "[]" replaced with your own identifying
577N/A# information: Portions Copyright [yyyy] [name of copyright owner]
577N/A#
577N/A# CDDL HEADER END
577N/A#
577N/A
577N/A#
577N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
577N/A#
577N/A
577N/Ainclude ../../../make-rules/shared-macros.mk
577N/A
577N/ACOMPONENT_NAME= Net-SSLeay
577N/ACOMPONENT_VERSION= 1.36
577N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
577N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
577N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/dist/Net-SSLeay/
577N/ACOMPONENT_ARCHIVE_HASH= \
577N/A sha256:e262897263c5aa9096e39f7813c7cb7d4d05508ca406b173878c4ecddb2c53ce
577N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/$(COMPONENT_ARCHIVE)
577N/A
577N/Ainclude $(WS_TOP)/make-rules/prep.mk
681N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
577N/Ainclude $(WS_TOP)/make-rules/ips.mk
577N/A
700N/A# The component Makefile.PL file will ask some questions on whether we want
700N/A# to run external tests, to which we want to answer with "n".
700N/ACOMPONENT_CONFIGURE_ENV += ; echo "n" |
700N/A
700N/A# common targets
700N/Abuild: $(BUILD_32)
700N/A
700N/Ainstall: $(INSTALL_32)
700N/A
700N/Atest: $(TEST_32)
700N/A
700N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
700N/A
700N/Ainclude $(WS_TOP)/make-rules/depend.mk
700N/A