Makefile revision 5321
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#
5321N/A# Copyright 2016, Oracle and/or its affiliates. All rights reserved.
5321N/A#
5321N/Ainclude ../../../make-rules/shared-macros.mk
5321N/A
5321N/ACOMPONENT_NAME= mcollective
5321N/ACOMPONENT_VERSION= 2.8.2
5321N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5321N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5321N/ACOMPONENT_ARCHIVE_HASH= \
5321N/A sha256:03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9
5321N/ACOMPONENT_ARCHIVE_URL= https://downloads.puppetlabs.com/mcollective/$(COMPONENT_ARCHIVE)
5321N/ACOMPONENT_PROJECT_URL= https://puppetlabs.com/mcollective
5321N/ACOMPONENT_BUGDB= utility/mcollective
5321N/A
5321N/ATPNO= 23491
5321N/A
5321N/A
5321N/Ainclude $(WS_MAKE_RULES)/prep.mk
5321N/Ainclude $(WS_MAKE_RULES)/install.rb.mk
5321N/Ainclude $(WS_MAKE_RULES)/ips.mk
5321N/A
5321N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5321N/A
5321N/A# common targets
5321N/Abuild: $(BUILD_64)
5321N/A
5321N/Ainstall: $(INSTALL_64)
5321N/A
5321N/Atest: $(NO_TESTS)
5321N/A
5321N/Asystem-test: $(NO_TESTS)
5321N/A
5321N/A
5321N/AREQUIRED_PACKAGES += runtime/ruby-19
5321N/AREQUIRED_PACKAGES += system/core-os