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