components/perl_modules/xml-parser/Makefile
branchs11-update
changeset 2649 79b6c91e7f81
parent 2434 6c9bb5cf5610
child 2910 f8b8cbc43356
equal deleted inserted replaced
2648:282079e8bab1 2649:79b6c91e7f81
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		XML-Parser
    25 COMPONENT_NAME=		XML-Parser
    26 COMPONENT_VERSION=	2.36
    26 COMPONENT_VERSION=	2.36
    30     sha256:9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f
    30     sha256:9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f
    31 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/authors/id/M/MS/MSERGEANT/$(COMPONENT_ARCHIVE)
    31 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/authors/id/M/MS/MSERGEANT/$(COMPONENT_ARCHIVE)
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/~msergeant/
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/~msergeant/
    33 COMPONENT_BUGDB=	perl-mod/xml-parser
    33 COMPONENT_BUGDB=	perl-mod/xml-parser
    34 
    34 
       
    35 # build threaded 5.12 support too
       
    36 PERL_VERSIONS += 5.12-mt
       
    37 
    35 include $(WS_TOP)/make-rules/prep.mk
    38 include $(WS_TOP)/make-rules/prep.mk
    36 include $(WS_TOP)/make-rules/ips.mk
    39 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/makemaker.mk
    40 include $(WS_TOP)/make-rules/makemaker.mk
    38 
    41 
       
    42 # Enable ASLR for this component
       
    43 ASLR_MODE = $(ASLR_ENABLE)
       
    44 
    39 # man pages go in the common area
    45 # man pages go in the common area
    40 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    46 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
       
    47 
       
    48 COMPONENT_TEST_TARGETS = test
       
    49 
       
    50 PKG_MACROS +=   PERL_A=$(shell arch)
    41 
    51 
    42 build:		$(BUILD_32)
    52 build:		$(BUILD_32)
    43 
    53 
    44 install:	$(INSTALL_32)
    54 install:	$(INSTALL_32)
    45 
    55 
    46 COMPONENT_TEST_TARGETS = test
       
    47 test:		$(TEST_32)
    56 test:		$(TEST_32)
    48 
    57 
    49 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    58 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    50 
    59 
    51 include $(WS_TOP)/make-rules/depend.mk
    60 include $(WS_TOP)/make-rules/depend.mk