Makefile revision 5680
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# CDDL HEADER START
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# The contents of this file are subject to the terms of the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Common Development and Distribution License (the "License").
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# You may not use this file except in compliance with the License.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# See the License for the specific language governing permissions
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# and limitations under the License.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# When distributing Covered Code, include this CDDL HEADER in each
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# If applicable, add the following below this CDDL HEADER, with the
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# CDDL HEADER END
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
f78b12e570284aa8291f4ca1add24937fd107403vboxsync sha256:32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncCOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncCOMPONENT_PROJECT_URL= http://search.cpan.org/~grantm/XML-SAX-0.99/SAX.pm
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# build threaded 5.12 support too
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# man pages go in the common area
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncCOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
f78b12e570284aa8291f4ca1add24937fd107403vboxsyncCOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
f78b12e570284aa8291f4ca1add24937fd107403vboxsync# Transform to remove machine-specific lines in test results
f78b12e570284aa8291f4ca1add24937fd107403vboxsync '-e "/^PERL_DL_NONLAZY/d" ' \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync '-e "s|\(^Files=14,\sTests=106\).*|\1|" ' \
f78b12e570284aa8291f4ca1add24937fd107403vboxsync '-e "/\(parsed\).*/d" '