Makefile revision 3996
550N/A#
550N/A# CDDL HEADER START
550N/A#
550N/A# The contents of this file are subject to the terms of the
943N/A# Common Development and Distribution License (the "License").
550N/A# You may not use this file except in compliance with the License.
550N/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) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/Ainclude ../../../make-rules/shared-macros.mk
919N/A
550N/APATH=/usr/bin:/usr/gnu/bin:/usr/sbin
550N/A
550N/ACOMPONENT_NAME= CherryPy
550N/ACOMPONENT_VERSION= 3.1.2
550N/ACOMPONENT_PROJECT_URL= http://www.cherrypy.org/
550N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
977N/ACOMPONENT_ARCHIVE_HASH= \
970N/A sha256:0dfd65507b047d54c09849e7a4b8bdd3616fa8776a5dbff7697cbf6ea1559bf6
970N/ACOMPONENT_ARCHIVE_URL= http://download.cherrypy.org/cherrypy/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
550N/ACOMPONENT_BUGDB= python-mod/cherrypy
550N/A
550N/ATPNO= 5881
550N/A
550N/APATCH_LEVEL=0
550N/A
550N/A# This module is not Python 3 ready: syntax issues.
550N/APYTHON_VERSIONS = 2.7 2.6
550N/A
550N/Ainclude $(WS_MAKE_RULES)/prep.mk
550N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
550N/Ainclude $(WS_MAKE_RULES)/ips.mk
550N/A
550N/ACOMPONENT_POST_INSTALL_ACTION = \
550N/A (cd $(PROTO_DIR)/usr/bin ; $(MV) cherryd cherryd$(PYTHON_VERSION))
550N/A
550N/A# common targets
550N/Abuild: $(BUILD_NO_ARCH)
970N/A
970N/Ainstall: $(INSTALL_NO_ARCH)
970N/A
550N/Atest: $(NO_TESTS)
REQUIRED_PACKAGES += system/core-os