393N/A#
393N/A# CDDL HEADER START
393N/A#
393N/A# The contents of this file are subject to the terms of the
393N/A# Common Development and Distribution License (the "License").
393N/A# You may not use this file except in compliance with the License.
393N/A#
393N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
393N/A# or http://www.opensolaris.org/os/licensing.
393N/A# See the License for the specific language governing permissions
393N/A# and limitations under the License.
393N/A#
393N/A# When distributing Covered Code, include this CDDL HEADER in each
393N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
393N/A# If applicable, add the following below this CDDL HEADER, with the
393N/A# fields enclosed by brackets "[]" replaced with your own identifying
393N/A# information: Portions Copyright [yyyy] [name of copyright owner]
393N/A#
393N/A# CDDL HEADER END
393N/A#
393N/A
393N/A#
5575N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
393N/A#
393N/A
395N/Ainclude ../../../make-rules/shared-macros.mk
393N/A
393N/ACOMPONENT_NAME= pmtools
6681N/ACOMPONENT_VERSION= 2.0.0
618N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/dist/pmtools/
393N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
393N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
6681N/A sha256:5863fc9434d6a8d7311fd612cf243c29c3573aaba9caa7a8fb54154089d8baf3
393N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/M/ML/MLFISHER/$(COMPONENT_ARCHIVE)
1258N/ACOMPONENT_BUGDB= utility/perl-pmtools
6681N/ATPNO= 31142
393N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
393N/A
6681N/ACOMPONENT_TEST_ENV += PATH="/usr/perl5/$(PERLVER)/bin:$(PATH)"
6681N/ACOMPONENT_TEST_TARGETS = test
6681N/ACOMPONENT_TEST_TRANSFORMS += \
6681N/A '-e "s/\s*[0-9][0-9]* wallclock secs (.*CPU)$$/ <TIMINGS REMOVED>/" ' \
6681N/A '-e "/^PERL_DL_NONLAZY/d" ' \
6681N/A '-e "s|^make.*: Leaving directory.*$$|XXX_REMOVE_XXX|g" ' \
6681N/A '-e "s|^make.*: Entering directory.*$$|XXX_REMOVE_XXX|g" ' \
6681N/A '-e "/^XXX_REMOVE_XXX$$/d" '
6681N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1447N/A
5795N/Abuild: $(BUILD_64)
393N/A
5795N/Ainstall: $(INSTALL_64)
393N/A
6681N/Atest: $(TEST_64)
393N/A
6681N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A
3817N/AREQUIRED_PACKAGES += system/core-os