components/perl_modules/xml-parser/Makefile
branchs11u1-sru
changeset 2650 4d6a58429fb1
parent 800 2ad056ed89ec
equal deleted inserted replaced
2641:d4f4b5fe93f0 2650:4d6a58429fb1
    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
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    28 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
    29 COMPONENT_ARCHIVE_HASH=	\
    29 COMPONENT_ARCHIVE_HASH=	\
    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 
       
    34 # build threaded 5.12 support too
       
    35 PERL_VERSIONS += 5.12-mt
    33 
    36 
    34 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_TOP)/make-rules/prep.mk
    35 include $(WS_TOP)/make-rules/ips.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    36 include $(WS_TOP)/make-rules/makemaker.mk
    39 include $(WS_TOP)/make-rules/makemaker.mk
    37 
    40