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