Makefile revision 5323
6102N/A
6102N/A# CDDL HEADER START
6102N/A#
6102N/A# The contents of this file are subject to the terms of the
6102N/A# Common Development and Distribution License (the "License").
6102N/A# You may not use this file except in compliance with the License.
6102N/A#
6102N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
6102N/A# or http://www.opensolaris.org/os/licensing.
6102N/A# See the License for the specific language governing permissions
6102N/A# and limitations under the License.
6102N/A#
6102N/A# When distributing Covered Code, include this CDDL HEADER in each
6102N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6102N/A# If applicable, add the following below this CDDL HEADER, with the
6102N/A# fields enclosed by brackets "[]" replaced with your own identifying
6102N/A# information: Portions Copyright [yyyy] [name of copyright owner]
6102N/A#
6102N/A# CDDL HEADER END
6102N/A#
6102N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
6102N/A#
6102N/Ainclude ../../../make-rules/shared-macros.mk
6102N/A
6102N/ACOMPONENT_NAME= mcollective
6102N/ACOMPONENT_VERSION= 2.8.2
6102N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
6102N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
6102N/ACOMPONENT_ARCHIVE_HASH= \
6102N/A sha256:03e23d8e79ccee6394f0dd31456fb56c3ae4ca2891027062377a2aaa5b5c5fe9
6102N/ACOMPONENT_ARCHIVE_URL= https://downloads.puppetlabs.com/mcollective/$(COMPONENT_ARCHIVE)
6102N/ACOMPONENT_PROJECT_URL= https://puppetlabs.com/mcollective
6102N/ACOMPONENT_BUGDB= utility/mcollective
6102N/A
6102N/ATPNO= 23491
6102N/A
6102N/A
6102N/Ainclude $(WS_MAKE_RULES)/prep.mk
6102N/Ainclude $(WS_MAKE_RULES)/install.rb.mk
6102N/Ainclude $(WS_MAKE_RULES)/ips.mk
6102N/A
6102N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
6102N/A
6102N/A# common targets
6102N/Abuild: $(BUILD_64)
6102N/A
6102N/Ainstall: $(INSTALL_64)
6102N/A
6102N/Atest: $(NO_TESTS)
6102N/A
6102N/Asystem-test: $(NO_TESTS)
6102N/A
6102N/A
6102N/AREQUIRED_PACKAGES += runtime/ruby-19
6102N/AREQUIRED_PACKAGES += system/core-os
6102N/A