components/perl_modules/xml-simple/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 7711 48f87ff8204e
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 include ../../../make-rules/shared-macros.mk
    24 include ../../../make-rules/shared-macros.mk
    25 
    25 
    26 COMPONENT_NAME=		XML-Simple
    26 COMPONENT_NAME=		XML-Simple
    36 TPNO=			17624
    36 TPNO=			17624
    37 
    37 
    38 # build threaded 5.12 support too
    38 # build threaded 5.12 support too
    39 PERL_VERSIONS += 5.12-mt
    39 PERL_VERSIONS += 5.12-mt
    40 
    40 
    41 include $(WS_TOP)/make-rules/prep.mk
    41 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 include $(WS_TOP)/make-rules/makemaker.mk
    43 include $(WS_MAKE_RULES)/makemaker.mk
    44 
    44 
    45 # man pages go in the common area
    45 # man pages go in the common area
    46 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    46 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    47 
    47 
    48 # look in XML::Parser's proto area
    48 # look in XML::Parser's proto area
    63 	(cd ../xml-parser ; $(GMAKE) install)
    63 	(cd ../xml-parser ; $(GMAKE) install)
    64 
    64 
    65 $(BUILD_32):	../xml-parser/build/5.8.4/.installed \
    65 $(BUILD_32):	../xml-parser/build/5.8.4/.installed \
    66 		../xml-parser/build/5.12/.installed
    66 		../xml-parser/build/5.12/.installed
    67 
    67 
    68 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    69 
    68 
    70 include $(WS_TOP)/make-rules/depend.mk
    69 REQUIRED_PACKAGES += runtime/perl-512
       
    70 REQUIRED_PACKAGES += runtime/perl-584
       
    71 REQUIRED_PACKAGES += runtime/perl-threaded-512