perl/xml-parser: 5.22/32-bit only
[unleashed-userland.git] / components / perl / xml-parser / Makefile
blobea451f749c14a76114748b4fa66f603156aa7f8f
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
25 # Note that package library/perl-5/xml-parser cannot use versionless
26 # packaging because this package migrated from the desktop consolidation
27 # with an incorrect version number.
30 include ../../../make-rules/shared-macros.mk
32 COMPONENT_NAME= XML-Parser
33 COMPONENT_VERSION= 2.44
34 COMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
35 COMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
36 COMPONENT_ARCHIVE_HASH= \
37 sha256:1ae9d07ee9c35326b3d9aad56eae71a6730a73a116b9fe9e8a4758b7cc033216
38 COMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/$(COMPONENT_ARCHIVE)
39 COMPONENT_PROJECT_URL= http://search.cpan.org/~toddr/
40 COMPONENT_BUGDB= perl-mod/xml-parser
42 include $(WS_TOP)/make-rules/prep.mk
43 include $(WS_TOP)/make-rules/ips.mk
44 include $(WS_TOP)/make-rules/makemaker.mk
46 # Enable ASLR for this component
47 #ASLR_MODE = $(ASLR_ENABLE)
49 # man pages go in the common area
50 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
52 COMPONENT_TEST_TARGETS = test
54 build: $(BUILD_32)
56 install: $(INSTALL_32)
58 test: $(TEST_32)
60 REQUIRED_PACKAGES += library/expat
61 REQUIRED_PACKAGES += system/library
62 REQUIRED_PACKAGES += system/library/g++-4-runtime