Makefile revision 4337
252N/A#
252N/A# CDDL HEADER START
252N/A#
252N/A# The contents of this file are subject to the terms of the
252N/A# Common Development and Distribution License (the "License").
252N/A# You may not use this file except in compliance with the License.
252N/A#
252N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
252N/A# or http://www.opensolaris.org/os/licensing.
252N/A# See the License for the specific language governing permissions
252N/A# and limitations under the License.
252N/A#
252N/A# When distributing Covered Code, include this CDDL HEADER in each
252N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
252N/A# If applicable, add the following below this CDDL HEADER, with the
252N/A# fields enclosed by brackets "[]" replaced with your own identifying
252N/A# information: Portions Copyright [yyyy] [name of copyright owner]
252N/A#
252N/A# CDDL HEADER END
252N/A#
252N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
252N/A#
252N/Ainclude ../../../make-rules/shared-macros.mk
252N/A
252N/ACOMPONENT_NAME= DBI
252N/ACOMPONENT_VERSION= 1.623
252N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
252N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
252N/ACOMPONENT_ARCHIVE_HASH= \
252N/A sha256:912d73f9eb0601f592aa58897d9c6787e238d9780f30ac86059c83b7085de3a1
252N/ACOMPONENT_ARCHIVE_URL= http://backpan.perl.org/authors/id/T/TI/TIMB/$(COMPONENT_ARCHIVE)
252N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~timb/DBI/
252N/ACOMPONENT_BUGDB= perl-mod/dbi
252N/A
252N/ATPNO= 17614
252N/A
252N/Ainclude $(WS_MAKE_RULES)/prep.mk
252N/Ainclude $(WS_MAKE_RULES)/ips.mk
252N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
252N/A
252N/ACOMPONENT_TEST_TARGETS = test
252N/A
252N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
252N/A
252N/Abuild: $(BUILD_32_and_64)
252N/A
252N/Ainstall: $(INSTALL_32_and_64)
252N/A
252N/Atest: $(TEST_32_and_64)
252N/A
252N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
252N/A
252N/A
252N/AREQUIRED_PACKAGES += system/library
252N/A