157N/A#
157N/A# CDDL HEADER START
157N/A#
157N/A# The contents of this file are subject to the terms of the
157N/A# Common Development and Distribution License (the "License").
157N/A# You may not use this file except in compliance with the License.
157N/A#
157N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
157N/A# or http://www.opensolaris.org/os/licensing.
157N/A# See the License for the specific language governing permissions
157N/A# and limitations under the License.
157N/A#
157N/A# When distributing Covered Code, include this CDDL HEADER in each
157N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
157N/A# If applicable, add the following below this CDDL HEADER, with the
157N/A# fields enclosed by brackets "[]" replaced with your own identifying
157N/A# information: Portions Copyright [yyyy] [name of copyright owner]
157N/A#
157N/A# CDDL HEADER END
157N/A#
5680N/A
5680N/A#
5575N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
157N/A#
260N/Ainclude ../../../make-rules/shared-macros.mk
157N/A
157N/ACOMPONENT_NAME= DBI
5876N/ACOMPONENT_VERSION= 1.636
157N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
157N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
5876N/A sha256:8f7ddce97c04b4b7a000e65e5d05f679c964d62c8b02c94c1a7d815bb2dd676c
260N/ACOMPONENT_ARCHIVE_URL= http://backpan.perl.org/authors/id/T/TI/TIMB/$(COMPONENT_ARCHIVE)
260N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~timb/DBI/
1289N/ACOMPONENT_BUGDB= perl-mod/dbi
157N/A
5876N/ATPNO= 28024
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3817N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
157N/A
5795N/ACOMPONENT_TEST_ARGS = -k -i
1413N/ACOMPONENT_TEST_TARGETS = test
5795N/ACOMPONENT_TEST_TRANSFORMS += \
5795N/A '-e "/^[mM]ake/d" ' \
5795N/A '-e "/^Files/d" ' \
5795N/A '-e "/^PERL/d" ' \
5795N/A '-e "/^Running/d" ' \
5795N/A '-e "/^chmod/d" ' \
5795N/A '-e "/^connect /d" ' \
5795N/A '-e "/^Testing/d" ' \
5876N/A '-e "/NullP/d" ' \
5876N/A '-e "/^\# \-\-\- Perl/d" '
1413N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
5795N/Abuild: $(BUILD_64)
260N/A
5795N/Ainstall: $(INSTALL_64)
157N/A
5795N/Atest: $(TEST_64)
260N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A
3817N/AREQUIRED_PACKAGES += system/library