components/perl_modules/gettext/Makefile
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Thu, 16 Jun 2016 23:00:26 -0700
changeset 6236 9ecffda25374
parent 5797 432ac76de3b0
child 7520 7b33249790c8
permissions -rw-r--r--
Added tag s12-102 for changeset 309c116f1e44
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4802
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     1
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     3
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     7
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    12
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    18
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    20
#
5682
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5577
diff changeset
    21
94c0ca64c022 15558602 TCL_LD_SEARCH_FLAGS is wrongly defined in tclConfig.sh
Shawn Walker-Salas <shawn.walker@oracle.com>
parents: 5577
diff changeset
    22
#
5577
09a6352d52ad 22897315 add perl modules support for perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 4802
diff changeset
    23
# Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
4802
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    24
#
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    25
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    26
include ../../../make-rules/shared-macros.mk
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    27
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    28
COMPONENT_NAME=		gettext
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    29
COMPONENT_VERSION=	1.0.5
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    30
HUMAN_VERSION=		1.05
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    31
COMPONENT_PROJECT_URL=	http://search.cpan.org/~pvandry/gettext-1.05/gettext.pm
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    32
COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    33
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    34
COMPONENT_ARCHIVE_HASH=	\
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    35
    sha256:27367f3dc1be79c9ed178732756e37e4cfce45f9e2a27ebf26e1f40d80124694
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    36
COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/P/PV/PVANDRY/$(COMPONENT_ARCHIVE)
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    37
COMPONENT_BUGDB=	perl-mod/gettext
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    38
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    39
TPNO=			22740
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    40
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    41
include $(WS_MAKE_RULES)/prep.mk
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    42
include $(WS_MAKE_RULES)/ips.mk
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    43
include $(WS_MAKE_RULES)/makemaker.mk
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    44
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    45
COMPONENT_TEST_TARGETS = test
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    46
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    47
COMPONENT_TEST_TRANSFORMS += \
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    48
	'-n ' \
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    49
	'-e "/ ok/p" ' \
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    50
	'-e "/All /p" ' \
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    51
	'-e "/Result: /p" '
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    52
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    53
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    54
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    55
build:		$(BUILD_64)
4802
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    56
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    57
install:	$(INSTALL_64)
4802
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    58
5797
432ac76de3b0 23078956 adjust the remainder of the userland components to use perl 5.22
Craig Mohrman <craig.mohrman@oracle.com>
parents: 5682
diff changeset
    59
test:		$(TEST_64)
4802
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    60
62e47da66002 PSARC 2015/241 Locale::gettext Perl module
Rich Burridge <rich.burridge@oracle.com>
parents:
diff changeset
    61
system-test:	$(SYSTEM_TESTS_NOT_IMPLEMENTED)