Makefile revision 5052
5810N/A#
5810N/A# CDDL HEADER START
5810N/A#
5810N/A# The contents of this file are subject to the terms of the
5810N/A# Common Development and Distribution License (the "License").
5810N/A# You may not use this file except in compliance with the License.
5810N/A#
5810N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5810N/A# or http://www.opensolaris.org/os/licensing.
5810N/A# See the License for the specific language governing permissions
5810N/A# and limitations under the License.
5810N/A#
5810N/A# When distributing Covered Code, include this CDDL HEADER in each
5810N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5810N/A# If applicable, add the following below this CDDL HEADER, with the
5810N/A# fields enclosed by brackets "[]" replaced with your own identifying
5810N/A# information: Portions Copyright [yyyy] [name of copyright owner]
5810N/A#
5810N/A# CDDL HEADER END
5810N/A#
5810N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
5810N/A#
5810N/A
5810N/Ainclude ../../../make-rules/shared-macros.mk
5810N/A
5810N/ACOMPONENT_NAME= XML-Simple
5810N/ACOMPONENT_VERSION= 2.20
5810N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5810N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5810N/ACOMPONENT_ARCHIVE_HASH= \
5810N/A sha256:5cff13d0802792da1eb45895ce1be461903d98ec97c9c953bc8406af7294434a
5810N/ACOMPONENT_ARCHIVE_URL= \
5810N/A http://www.cpan.org/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
5810N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~grantm/
5810N/ACOMPONENT_BUGDB= perl-mod/xml-parser
5810N/A
5810N/ATPNO= 17624
5810N/A
5810N/A# build threaded 5.12 support too
5810N/APERL_VERSIONS += 5.12-mt
5810N/A
5810N/Ainclude $(WS_MAKE_RULES)/prep.mk
5810N/Ainclude $(WS_MAKE_RULES)/ips.mk
5810N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
5810N/A
5810N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
5810N/A
5810N/A# man pages go in the common area
5810N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
5810N/A
5810N/ACOMPONENT_TEST_TARGETS = test
5810N/ACOMPONENT_TEST_TRANSFORMS += \
5810N/A '-e "s|\(^Files=\).*|\1|" '
5810N/A
5810N/Abuild: $(BUILD_32_and_64)
5810N/A
5810N/Ainstall: $(INSTALL_32_and_64)
#
# Must have xml-parser installed for these tests to pass.
#
test: $(TEST_32_and_64)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)