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