components/ruby/mcollective/Makefile
changeset 5350 0bd2e97a57c6
parent 5325 25836c8f6fb0
child 5355 5ccf97c2878d
equal deleted inserted replaced
5349:aad9f1baf245 5350:0bd2e97a57c6
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
       
    24 
       
    25 RUBY_VERSION=       2.1
       
    26 RUBY_LIB_VERSION=   2.1.0
       
    27 RUBY_VERSIONS=      2.1.0
    24 
    28 
    25 COMPONENT_NAME=		mcollective
    29 COMPONENT_NAME=		mcollective
    26 COMPONENT_VERSION=	2.8.2
    30 COMPONENT_VERSION=	2.8.2
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    31 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    28 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz 
    32 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz 
    49 test:		$(NO_TESTS)
    53 test:		$(NO_TESTS)
    50 
    54 
    51 system-test:    $(NO_TESTS)
    55 system-test:    $(NO_TESTS)
    52 
    56 
    53 
    57 
    54 REQUIRED_PACKAGES += runtime/ruby-19
    58 REQUIRED_PACKAGES += runtime/ruby-21
    55 REQUIRED_PACKAGES += system/core-os
    59 REQUIRED_PACKAGES += system/core-os