Makefile revision 3333
830N/A
830N/A# CDDL HEADER START
830N/A#
830N/A# The contents of this file are subject to the terms of the
830N/A# Common Development and Distribution License (the "License").
830N/A# You may not use this file except in compliance with the License.
830N/A#
830N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
830N/A# or http://www.opensolaris.org/os/licensing.
830N/A# See the License for the specific language governing permissions
830N/A# and limitations under the License.
830N/A#
830N/A# When distributing Covered Code, include this CDDL HEADER in each
830N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
830N/A# If applicable, add the following below this CDDL HEADER, with the
830N/A# fields enclosed by brackets "[]" replaced with your own identifying
830N/A# information: Portions Copyright [yyyy] [name of copyright owner]
830N/A#
830N/A# CDDL HEADER END
830N/A#
830N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
830N/A#
839N/Ainclude ../../../make-rules/shared-macros.mk
839N/A
830N/ACOMPONENT_NAME= facter
830N/ACOMPONENT_VERSION= 2.1.0
830N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
830N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).gem
830N/ACOMPONENT_ARCHIVE_HASH= \
830N/A sha256:f4c5573d309520fed49651f36d5a0366bf40609a0ff04a34266a01d263704f17
830N/ACOMPONENT_ARCHIVE_URL= http://rubygems.org/gems/$(COMPONENT_SRC).gem
830N/ACOMPONENT_PROJECT_URL= http://puppetlabs.com/facter
830N/ACOMPONENT_BUGDB= utility/puppet
830N/A
830N/ATPNO= 18642
830N/A
830N/A# No gemspec is shipped with the gem. Create one
830N/ACOMPONENT_POST_UNPACK_ACTION= \
830N/A $(GEM) spec $(COMPONENT_ARCHIVE) > $(SOURCE_DIR)/$(GEMSPEC)
830N/A
830N/Ainclude $(WS_TOP)/make-rules/prep.mk
830N/Ainclude $(WS_TOP)/make-rules/ips.mk
830N/Ainclude $(WS_TOP)/make-rules/gem.mk
830N/A
830N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
830N/A
830N/A# common targets
830N/Abuild: $(BUILD_64)
830N/A
830N/Ainstall: $(INSTALL_64)
830N/A
830N/A# facter requires the installation of the following rubygems to run
830N/A# the unittests: rspec rspec-expectations mocha rake rack hiera
830N/A# Disable the tests until these rubygems are available.
830N/Atest: $(NO_TESTS)
830N/A
830N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
830N/A
830N/Ainclude $(WS_TOP)/make-rules/depend.mk
830N/A