Makefile revision 5575
1306N/A#
1306N/A# CDDL HEADER START
1306N/A#
1306N/A# The contents of this file are subject to the terms of the
1306N/A# Common Development and Distribution License (the "License").
1306N/A# You may not use this file except in compliance with the License.
1306N/A#
1306N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1306N/A# or http://www.opensolaris.org/os/licensing.
1306N/A# See the License for the specific language governing permissions
1306N/A# and limitations under the License.
1306N/A#
1306N/A# When distributing Covered Code, include this CDDL HEADER in each
1306N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1306N/A# If applicable, add the following below this CDDL HEADER, with the
1306N/A# fields enclosed by brackets "[]" replaced with your own identifying
1306N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1306N/A#
1306N/A# CDDL HEADER END
1306N/A#
1306N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1306N/A#
1306N/A
1306N/Ainclude ../../../make-rules/shared-macros.mk
1306N/A
1306N/ACOMPONENT_NAME= XML-SAX-Base
1306N/ACOMPONENT_VERSION= 1.8
1306N/AHUMAN_VERSION= 1.08
1306N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
1306N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1306N/ACOMPONENT_ARCHIVE_HASH= \
1306N/A sha256:666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e
1306N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
1306N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~grantm/
1306N/ACOMPONENT_BUGDB= perl-mod/xml-sax-base
1306N/A
1306N/ATPNO= 13137
1306N/A
1306N/A# build threaded 5.12 support too
1306N/APERL_VERSIONS += 5.12-mt
1306N/A
1306N/Ainclude $(WS_MAKE_RULES)/prep.mk
1306N/Ainclude $(WS_MAKE_RULES)/ips.mk
1306N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
1306N/A
1306N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1306N/A
1306N/A# man pages go in the common area
1306N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
1306N/A
1306N/ACOMPONENT_TEST_TARGETS = test
1306N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
1306N/ACOMPONENT_TEST_TRANSFORMS += \
1306N/A '-e "/^PERL_DL_NONLAZY/d" ' \
1306N/A '-e "s|\(^Files=\).*|\1|" '
1306N/A
1306N/Abuild: $(BUILD_32_and_64)
1306N/A
1306N/Ainstall: $(INSTALL_32_and_64)
1306N/A
1306N/Atest: $(TEST_32_and_64)
1306N/A
1306N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
1306N/A
1306N/A
1306N/AREQUIRED_PACKAGES += runtime/perl-512
1306N/AREQUIRED_PACKAGES += runtime/perl-520
1306N/AREQUIRED_PACKAGES += runtime/perl-522
1306N/A