components/apache2-modules/mod_wsgi/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 3936 c344422ee38b
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		mod_wsgi
    28 COMPONENT_NAME=		mod_wsgi
    34 COMPONENT_PROJECT_URL=  http://code.google.com/p/modwsgi/
    34 COMPONENT_PROJECT_URL=  http://code.google.com/p/modwsgi/
    35 COMPONENT_BUGDB=	utility/apache
    35 COMPONENT_BUGDB=	utility/apache
    36 
    36 
    37 TPNO=			19269
    37 TPNO=			19269
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_MAKE_RULES)/prep.mk
    40 include $(WS_TOP)/make-rules/configure.mk
    40 include $(WS_MAKE_RULES)/configure.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_MAKE_RULES)/ips.mk
    42 include ../modules.mk
    42 include ../modules.mk
    43 
    43 
    44 APACHE_USR_PREFIX = /usr/apache2/
    44 APACHE_USR_PREFIX = /usr/apache2/
    45 
    45 
    46 VARIANT_AP_22_PY26 = $(BUILD_DIR)/apache22-python26
    46 VARIANT_AP_22_PY26 = $(BUILD_DIR)/apache22-python26
    78 
    78 
    79 build:		$(BUILD_32_and_64)
    79 build:		$(BUILD_32_and_64)
    80 
    80 
    81 install:	$(INSTALL_32_and_64)
    81 install:	$(INSTALL_32_and_64)
    82 
    82 
    83 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
    83 REQUIRED_PACKAGES += runtime/python-26
       
    84 REQUIRED_PACKAGES += runtime/python-27
       
    85 REQUIRED_PACKAGES += runtime/python-34
       
    86 REQUIRED_PACKAGES += system/library
       
    87 REQUIRED_PACKAGES += system/library/math
       
    88 REQUIRED_PACKAGES += system/linker