Makefile revision 1298
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#
157N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
157N/A#
157N/Ainclude ../../../make-rules/shared-macros.mk
157N/A
157N/ACOMPONENT_NAME= DBI
157N/ACOMPONENT_VERSION= 1.58
157N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
157N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
157N/ACOMPONENT_ARCHIVE_HASH= \
157N/A sha256:32d0d92cc6a6589e88d6b476564be649908ca49152f3f13af5eeebf9522b1cf6
157N/ACOMPONENT_ARCHIVE_URL= http://backpan.perl.org/authors/id/T/TI/TIMB/$(COMPONENT_ARCHIVE)
157N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~timb/DBI/
157N/ACOMPONENT_BUGDB= perl-mod/dbi
157N/A
157N/Ainclude $(WS_TOP)/make-rules/prep.mk
157N/Ainclude $(WS_TOP)/make-rules/ips.mk
157N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
157N/A
build: $(BUILD_32)
install: $(INSTALL_32)
COMPONENT_TEST_TARGETS = test
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk