Makefile revision 3661
375N/A#
375N/A# CDDL HEADER START
375N/A#
375N/A# The contents of this file are subject to the terms of the
375N/A# Common Development and Distribution License (the "License").
375N/A# You may not use this file except in compliance with the License.
375N/A#
375N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
375N/A# or http://www.opensolaris.org/os/licensing.
375N/A# See the License for the specific language governing permissions
375N/A# and limitations under the License.
375N/A#
375N/A# When distributing Covered Code, include this CDDL HEADER in each
375N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
375N/A# If applicable, add the following below this CDDL HEADER, with the
375N/A# fields enclosed by brackets "[]" replaced with your own identifying
375N/A# information: Portions Copyright [yyyy] [name of copyright owner]
375N/A#
375N/A# CDDL HEADER END
375N/A#
814N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
375N/A#
375N/Ainclude ../../../make-rules/shared-macros.mk
375N/A
375N/ACOMPONENT_NAME= WebOb
375N/ACOMPONENT_VERSION= 1.2.3
375N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
375N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
375N/ACOMPONENT_ARCHIVE_HASH= \
375N/A sha256:325c249f3ac35e72b75ba13b2c60317def0c986a24a413ebf700509ea4c73a13
375N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
375N/ACOMPONENT_PROJECT_URL= http://webob.org/
375N/ACOMPONENT_BUGDB= python-mod/webob
375N/A
375N/ATPNO= 14503
375N/A
375N/Ainclude $(WS_TOP)/make-rules/prep.mk
375N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
375N/Ainclude $(WS_TOP)/make-rules/ips.mk
375N/A
375N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
375N/A
814N/ACOMPONENT_TEST_DIR= $(COMPONENT_SRC)
375N/ACOMPONENT_TEST_ARGS= ./setup.py test
375N/A
375N/A# common targets
375N/Abuild: $(BUILD_NO_ARCH)
375N/A
375N/Ainstall: $(INSTALL_NO_ARCH)
375N/A
375N/Atest: $(TEST_NO_ARCH)
375N/A
375N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
375N/A
375N/Ainclude $(WS_TOP)/make-rules/depend.mk
375N/A