4800N/A#
4800N/A# CDDL HEADER START
4800N/A#
4800N/A# The contents of this file are subject to the terms of the
4800N/A# Common Development and Distribution License (the "License").
4800N/A# You may not use this file except in compliance with the License.
4800N/A#
4800N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4800N/A# or http://www.opensolaris.org/os/licensing.
4800N/A# See the License for the specific language governing permissions
4800N/A# and limitations under the License.
4800N/A#
4800N/A# When distributing Covered Code, include this CDDL HEADER in each
4800N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4800N/A# If applicable, add the following below this CDDL HEADER, with the
4800N/A# fields enclosed by brackets "[]" replaced with your own identifying
4800N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4800N/A#
4800N/A# CDDL HEADER END
4800N/A#
5680N/A
5680N/A#
5575N/A# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4800N/A#
4800N/A
4800N/Ainclude ../../../make-rules/shared-macros.mk
4800N/A
4800N/ACOMPONENT_NAME= gettext
4800N/ACOMPONENT_VERSION= 1.0.5
4800N/AHUMAN_VERSION= 1.05
4800N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~pvandry/gettext-1.05/gettext.pm
4800N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
4800N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4800N/ACOMPONENT_ARCHIVE_HASH= \
4800N/A sha256:27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694
4800N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/$(COMPONENT_ARCHIVE)
4800N/ACOMPONENT_BUGDB= perl-mod/gettext
4800N/A
4800N/ATPNO= 22740
4800N/A
4800N/Ainclude $(WS_MAKE_RULES)/prep.mk
4800N/Ainclude $(WS_MAKE_RULES)/ips.mk
4800N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
4800N/A
4800N/ACOMPONENT_TEST_TARGETS = test
4800N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
4800N/ACOMPONENT_TEST_TRANSFORMS += \
4800N/A '-n ' \
4800N/A '-e "/ ok/p" ' \
4800N/A '-e "/All /p" ' \
4800N/A '-e "/Result: /p" '
4800N/A
4800N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4800N/A
5795N/Abuild: $(BUILD_64)
4800N/A
5795N/Ainstall: $(INSTALL_64)
4800N/A
5795N/Atest: $(TEST_64)
4800N/A
4800N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)