Makefile revision 5814
7329N/A
7329N/A# CDDL HEADER START
7329N/A#
7329N/A# The contents of this file are subject to the terms of the
7329N/A# Common Development and Distribution License (the "License").
7329N/A# You may not use this file except in compliance with the License.
7329N/A#
7329N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
7329N/A# or http://www.opensolaris.org/os/licensing.
7329N/A# See the License for the specific language governing permissions
7329N/A# and limitations under the License.
7329N/A#
7329N/A# When distributing Covered Code, include this CDDL HEADER in each
7329N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7329N/A# If applicable, add the following below this CDDL HEADER, with the
7329N/A# fields enclosed by brackets "[]" replaced with your own identifying
7329N/A# information: Portions Copyright [yyyy] [name of copyright owner]
7329N/A#
7329N/A# CDDL HEADER END
7329N/A#
7329N/A
7329N/A#
7329N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
7329N/A#
7329N/Ainclude ../../../make-rules/shared-macros.mk
7329N/Ainclude ../../../make-rules/ruby.mk
7329N/A
7329N/A#
7329N/A# Override the inherited RUBY values in shared-macros.mk to be
7329N/A# a later release.
7329N/A#
7329N/ARUBY_VERSION= 2.1
7329N/ARUBY_LIB_VERSION= 2.1.0
7329N/ARUBY_VERSIONS= 2.1.0
7329N/A
7329N/ACOMPONENT_NAME= stomp
7329N/ACOMPONENT_VERSION= 1.3.4
7329N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
7329N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).gem
7329N/ACOMPONENT_ARCHIVE_HASH= \
7329N/A sha256:adc77e8760236bd6d751991e0a4fc2bfd5443fc45dd5cfedb0d8c99273bc5897
7329N/ACOMPONENT_ARCHIVE_URL= http://rubygems.org/gems/$(COMPONENT_ARCHIVE)
7329N/ACOMPONENT_PROJECT_URL= https://rubygems.org/gems/stomp/
7329N/ACOMPONENT_BUGDB= utility/ruby-stomp
7329N/A
TPNO= 23495
# No gemspec is shipped with the gem. Create one
COMPONENT_POST_UNPACK_ACTION= \
$(GEM) spec --ruby $(COMPONENT_ARCHIVE) > $(SOURCE_DIR)/$(GEMSPEC)
include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/gem.mk
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
system-test: $(NO_TESTS)
REQUIRED_PACKAGES += network/amqp/rabbitmq
REQUIRED_PACKAGES += runtime/ruby-21
REQUIRED_PACKAGES += system/core-os