Makefile revision 3778
71N/A#
71N/A# CDDL HEADER START
71N/A#
71N/A# The contents of this file are subject to the terms of the
71N/A# Common Development and Distribution License (the "License").
71N/A# You may not use this file except in compliance with the License.
71N/A#
71N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71N/A# or http://www.opensolaris.org/os/licensing.
71N/A# See the License for the specific language governing permissions
71N/A# and limitations under the License.
71N/A#
71N/A# When distributing Covered Code, include this CDDL HEADER in each
71N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
71N/A# If applicable, add the following below this CDDL HEADER, with the
71N/A# fields enclosed by brackets "[]" replaced with your own identifying
71N/A# information: Portions Copyright [yyyy] [name of copyright owner]
71N/A#
71N/A# CDDL HEADER END
71N/A#
71N/A
71N/A#
71N/A# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
71N/A#
71N/A
71N/Ainclude ../../../make-rules/shared-macros.mk
618N/A
71N/ACOMPONENT_NAME= python-memcached
71N/ACOMPONENT_VERSION= 1.53
71N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
77N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
71N/ACOMPONENT_ARCHIVE_HASH= \
71N/A sha256:7ae92b948d9a53d8d522fed1551eeb191f25879e34d533a59e7736ffaf2a7c14
71N/ACOMPONENT_ARCHIVE_URL= https://github.com/linsomniac/$(COMPONENT_NAME)/archive/release-$(COMPONENT_VERSION).tar.gz
71N/ACOMPONENT_PROJECT_URL= https://github.com/linsomniac/python-memcached
71N/ACOMPONENT_BUGDB= python-mod/memcached
71N/A
71N/ATPNO= 17839
71N/A
71N/A# Syntax errors: not Python 3 ready
71N/APYTHON_VERSIONS= 2.7 2.6
71N/A
71N/Ainclude $(WS_TOP)/make-rules/prep.mk
71N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
71N/Ainclude $(WS_TOP)/make-rules/ips.mk
71N/A
181N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
181N/A
71N/ACOMPONENT_POST_UNPACK_ACTION = \
71N/A $(MV) python-memcached-release-1.53 \
71N/A $(COMPONENT_NAME)-$(COMPONENT_VERSION)
71N/A
COMPONENT_TEST_ARGS= test
COMPONENT_TEST_CMD= $(MAKE)
COMPONENT_TEST_DIR= $(COMPONENT_SRC)
# "make test" expects GNU Make as make(1)
COMPONENT_TEST_ENV= PATH=/usr/gnu/bin:/usr/bin
# common targets
build: $(BUILD_NO_ARCH)
install: $(INSTALL_NO_ARCH)
# tests require local, online svc:/application/database/memcached:default
test: $(TEST_NO_ARCH)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include $(WS_TOP)/make-rules/depend.mk