Makefile revision 3661
203N/A#
203N/A# CDDL HEADER START
203N/A#
203N/A# The contents of this file are subject to the terms of the
203N/A# Common Development and Distribution License (the "License").
203N/A# You may not use this file except in compliance with the License.
203N/A#
203N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
203N/A# or http://www.opensolaris.org/os/licensing.
203N/A# See the License for the specific language governing permissions
203N/A# and limitations under the License.
203N/A#
203N/A# When distributing Covered Code, include this CDDL HEADER in each
203N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
203N/A# If applicable, add the following below this CDDL HEADER, with the
203N/A# fields enclosed by brackets "[]" replaced with your own identifying
203N/A# information: Portions Copyright [yyyy] [name of copyright owner]
203N/A#
203N/A# CDDL HEADER END
203N/A#
3996N/A# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
203N/A#
203N/Ainclude ../../../make-rules/shared-macros.mk
203N/A
203N/ACOMPONENT_NAME= Routes
203N/ACOMPONENT_VERSION= 1.13
618N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
203N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
203N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:cc03d1a357cdb7af82e3909ee8ff93cb2b2afb48aca23bfde0117d6f49f624a7
844N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
203N/ACOMPONENT_PROJECT_URL= http://routes.groovie.org/
1273N/ACOMPONENT_BUGDB= python-mod/routes
203N/A
3661N/ATPNO= 14503
3661N/A
278N/Ainclude $(WS_TOP)/make-rules/prep.mk
278N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
3996N/Ainclude $(WS_TOP)/make-rules/ips.mk
3996N/A
3996N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
203N/A
203N/A# common targets
203N/Abuild: $(BUILD_NO_ARCH)
206N/A
203N/Ainstall: $(INSTALL_NO_ARCH)
203N/A
203N/A# Tests require:
203N/A# repoze.lru, paste, webtest, ordereddict, beautifulsoup4,
203N/A# waitress, WebOb, six
203N/A# which haven't been integrated yet.
203N/Atest: $(NO_TESTS)
203N/A
203N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
206N/A
206N/Ainclude $(WS_TOP)/make-rules/depend.mk
203N/A