Makefile revision 4337
07bda0b13ae048815f53f21ad1edbe3cc1b7e4e8Johan Engelen# CDDL HEADER START
07bda0b13ae048815f53f21ad1edbe3cc1b7e4e8Johan Engelen# The contents of this file are subject to the terms of the
01d27eab5fca2dcb8e883011f8be77ae6b78a11cTed Gould# Common Development and Distribution License (the "License").
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# You may not use this file except in compliance with the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# See the License for the specific language governing permissions
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# and limitations under the License.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# When distributing Covered Code, include this CDDL HEADER in each
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# If applicable, add the following below this CDDL HEADER, with the
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# fields enclosed by brackets "[]" replaced with your own identifying
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# information: Portions Copyright [yyyy] [name of copyright owner]
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# CDDL HEADER END
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenCOMPONENT_PROJECT_URL= https://github.com/joshmarshall/jsonrpclib
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenCOMPONENT_SRC= joshmarshall-jsonrpclib-$(COMPONENT_HASH)
e6bdf746e2d9e775704a475a29cc1bb167ec271cjohanengelen sha256:1480f0f189250d46552e29d2a6f04f5b92788ffd9b8f51d06fdaeee03aa2d8bb
981b809bc6ed10a21e89444d9447e5475801874fjohanengelenCOMPONENT_ARCHIVE_URL=https://github.com/joshmarshall/jsonrpclib/tarball/$(COMPONENT_HASH)
c3a8ad9235ff81909bd472707550aef5b91daf7bjohanengelen# This module builds with Python 3, but depends on simplejson. The following
c3a8ad9235ff81909bd472707550aef5b91daf7bjohanengelen# line can be removed when simplejson supports Python 3.
981b809bc6ed10a21e89444d9447e5475801874fjohanengelen# common targets