Makefile revision 4337
1062N/A#
1062N/A# CDDL HEADER START
1062N/A#
1062N/A# The contents of this file are subject to the terms of the
1062N/A# Common Development and Distribution License (the "License").
1062N/A# You may not use this file except in compliance with the License.
1062N/A#
1062N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1062N/A# or http://www.opensolaris.org/os/licensing.
1062N/A# See the License for the specific language governing permissions
1062N/A# and limitations under the License.
1062N/A#
1062N/A# When distributing Covered Code, include this CDDL HEADER in each
1062N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1062N/A# If applicable, add the following below this CDDL HEADER, with the
1062N/A# fields enclosed by brackets "[]" replaced with your own identifying
1062N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1062N/A#
1062N/A# CDDL HEADER END
1062N/A#
1062N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
1062N/A#
1062N/A
1062N/A#
1062N/A# Note that package library/perl-5/xml-parser cannot use versionless
1062N/A# packaging because this package migrated from the desktop consolidation
1062N/A# with an incorrect version number.
1062N/A#
1062N/A
1062N/Ainclude ../../../make-rules/shared-macros.mk
1062N/A
1062N/ACOMPONENT_NAME= XML-Parser
1062N/ACOMPONENT_VERSION= 2.41
1062N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
1062N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1062N/ACOMPONENT_ARCHIVE_HASH= \
1062N/A sha256:b48197cd2265a26c5f016489f11a7b450d8833cb8b3d6a46ee15975740894de9
1062N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$(COMPONENT_ARCHIVE)
1062N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~toddr/
1062N/ACOMPONENT_BUGDB= perl-mod/xml-parser
1062N/A
1062N/ATPNO= 9386
1062N/A
1062N/A# build threaded 5.12 support too
1062N/APERL_VERSIONS += 5.12-mt
1062N/A
1062N/Ainclude $(WS_MAKE_RULES)/prep.mk
1062N/Ainclude $(WS_MAKE_RULES)/ips.mk
1062N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
1062N/A
1062N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1062N/A
1062N/A# man pages go in the common area
1062N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
1062N/A
1062N/ACOMPONENT_TEST_TARGETS = test
1062N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
1062N/ACOMPONENT_TEST_TRANSFORMS += \
1062N/A '-e "s|\(^Files=\).*|\1|" '
1062N/A
1062N/APKG_MACROS += PERL_A=$(shell arch)
1062N/A
1062N/Abuild: $(BUILD_32_and_64)
1062N/A
1062N/Ainstall: $(INSTALL_32_and_64)
test: $(TEST_32_and_64)
system-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
REQUIRED_PACKAGES += library/expat
REQUIRED_PACKAGES += system/library