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