components/perl_modules/xml-libxml/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
child 3829 e98cb01a0ebe
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    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) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2013, 2015, 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-LibXML
    25 COMPONENT_NAME=		XML-LibXML
    26 COMPONENT_VERSION=	2.14
    26 COMPONENT_VERSION=	2.14
    36 TPNO=			12995
    36 TPNO=			12995
    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 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 
    46 
    47 # man pages go in the common area
    47 # man pages go in the common area
    48 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    48 COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
    53 
    53 
    54 install:	$(INSTALL_32_and_64)
    54 install:	$(INSTALL_32_and_64)
    55 
    55 
    56 test:		$(TEST_32_and_64)
    56 test:		$(TEST_32_and_64)
    57 
    57 
    58 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    59 
    58 
    60 include $(WS_TOP)/make-rules/depend.mk
    59 REQUIRED_PACKAGES += library/libxml2
       
    60 REQUIRED_PACKAGES += system/library