1754N/A#
1754N/A# CDDL HEADER START
1754N/A#
1754N/A# The contents of this file are subject to the terms of the
1754N/A# Common Development and Distribution License (the "License").
1754N/A# You may not use this file except in compliance with the License.
1754N/A#
1754N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1754N/A# or http://www.opensolaris.org/os/licensing.
1754N/A# See the License for the specific language governing permissions
1754N/A# and limitations under the License.
1754N/A#
1754N/A# When distributing Covered Code, include this CDDL HEADER in each
1754N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1754N/A# If applicable, add the following below this CDDL HEADER, with the
1754N/A# fields enclosed by brackets "[]" replaced with your own identifying
1754N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1754N/A#
1754N/A# CDDL HEADER END
1754N/A#
5680N/A
5680N/A#
5575N/A# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
1754N/A#
1754N/Ainclude ../../../make-rules/shared-macros.mk
1754N/A
1754N/ACOMPONENT_NAME= XML-LibXML
7111N/ACOMPONENT_VERSION= 2.128
7111N/AHUMAN_VERSION= 2.0128
1754N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
1754N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1754N/ACOMPONENT_ARCHIVE_HASH= \
7111N/A sha256:26e7ba451f3bade4d29ff00653a2ee01d13fe38b9a2ebcd0b0f3f82f9f688f2b
1754N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$(COMPONENT_ARCHIVE)
1754N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~shlomif/XML-LibXML/
1754N/ACOMPONENT_BUGDB= perl-mod/xml-libxml
1754N/A
7111N/ATPNO= 31995
2899N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
3817N/Ainclude $(WS_MAKE_RULES)/makemaker.mk
1754N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1754N/A
1754N/A# man pages go in the common area
1754N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
1754N/A
1754N/ACOMPONENT_TEST_TARGETS = test
3829N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
3829N/A
3829N/A# Transform to remove machine-specific lines in test results
3829N/ACOMPONENT_TEST_TRANSFORMS += \
5575N/A '-e "1,/^\#/d" ' \
5575N/A '-e "/\(^Files=\).*/d" ' \
5575N/A '-e "/\(^t\/90\).*/d" ' \
4370N/A '-e "/\(^Hexadecimal\).*/d" '
1754N/A
5795N/Abuild: $(BUILD_64)
1754N/A
5795N/Ainstall: $(INSTALL_64)
1754N/A
5795N/Atest: $(TEST_64)
1754N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A
1754N/A
3817N/AREQUIRED_PACKAGES += library/libxml2
3817N/AREQUIRED_PACKAGES += system/library