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