Makefile revision 2899
370N/A#
370N/A# CDDL HEADER START
1339N/A#
370N/A# The contents of this file are subject to the terms of the
1339N/A# Common Development and Distribution License (the "License").
370N/A# You may not use this file except in compliance with the License.
370N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
370N/ACOMPONENT_NAME= PasteDeploy
370N/ACOMPONENT_VERSION= 1.5.0
370N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
370N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
493N/ACOMPONENT_ARCHIVE_HASH= \
370N/A sha256:61c205633adae996cd0e306451c8a28deca0499524e2a38c65ff1570f35a8a53
970N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
970N/ACOMPONENT_PROJECT_URL= http://pythonpaste.org/deploy/
970N/ACOMPONENT_BUGDB= python-mod/paste-deploy
970N/A
970N/ATPNO= 14503
970N/A
970N/A# Depends on paste which is not Python 3 ready.
970N/APYTHON_VERSIONS= 2.7 2.6
1339N/A
1339N/Ainclude $(WS_TOP)/make-rules/prep.mk
1339N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
370N/Ainclude $(WS_TOP)/make-rules/ips.mk
1068N/A
370N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
911N/A
1068N/A# common targets
1068N/Abuild: $(BUILD_NO_ARCH)
911N/A
370N/Ainstall: $(INSTALL_NO_ARCH)
370N/A
370N/Atest: $(NO_TESTS)
370N/A
370N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
493N/A
370N/Ainclude $(WS_TOP)/make-rules/depend.mk
970N/A