Makefile revision 3661
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews#
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews# CDDL HEADER START
a86310b25a2fc01f76df88293287b3908ab3d7f0Mark Andrews#
0762ca086ec6768356d75c0684f883fcb9fa70c0Mark Andrews# The contents of this file are subject to the terms of the
6b9f38958cf2859836f7eda7f6fd23f79282ec49Mark Andrews# Common Development and Distribution License (the "License").
f2720d2436969ffac9e9fff547f23dd9f963af8cEvan Hunt# You may not use this file except in compliance with the License.
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt#
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt# or http://www.opensolaris.org/os/licensing.
52f38b35e770252ee0488ef25e58f964359be0c0Evan Hunt# See the License for the specific language governing permissions
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt# and limitations under the License.
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt#
5e73a8d791e4fe30e6069d29d190bc7f6365d202Mark Andrews# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME= DBI
COMPONENT_VERSION= 1.58
COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH= \
sha256:32d0d92cc6a6589e88d6b476564be649908ca49152f3f13af5eeebf9522b1cf6
COMPONENT_ARCHIVE_URL= http://backpan.perl.org/authors/id/T/TI/TIMB/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL= http://search.cpan.org/~timb/DBI/
COMPONENT_BUGDB= perl-mod/dbi
TPNO= 17614
include $(WS_TOP)/make-rules/prep.mk
include $(WS_TOP)/make-rules/ips.mk
include $(WS_TOP)/make-rules/makemaker.mk
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