components/perl/perl516/Makefile
changeset 3817 30b42c38bbc4
parent 2225 f064d3d3190d
child 3837 1cf22c2ad72c
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 #
    25 #
    26 # Note this perl is 64-bit only.
    26 # Note this perl is 64-bit only.
    39 COMPONENT_ARCHIVE_HASH=	\
    39 COMPONENT_ARCHIVE_HASH=	\
    40     sha256:bb7bc735e6813b177dcfccd480defcde7eddefa173b5967eac11babd1bfa98e8
    40     sha256:bb7bc735e6813b177dcfccd480defcde7eddefa173b5967eac11babd1bfa98e8
    41 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    41 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    42 COMPONENT_BUGDB=	utility/perl
    42 COMPONENT_BUGDB=	utility/perl
    43 
    43 
    44 include $(WS_TOP)/make-rules/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    45 include $(WS_TOP)/make-rules/configure.mk
    45 include $(WS_MAKE_RULES)/configure.mk
    46 include $(WS_TOP)/make-rules/ips.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    47 
    47 
    48 #
    48 #
    49 # Override these compiler settings because they are causing problems
    49 # Override these compiler settings because they are causing problems
    50 # in the ON build of the contrib components.
    50 # in the ON build of the contrib components.
    51 # ON doesn't use or need these settings or the compiler has some of them
    51 # ON doesn't use or need these settings or the compiler has some of them
   141 	#
   141 	#
   142 	# All tests should pass.
   142 	# All tests should pass.
   143 	#
   143 	#
   144 	#
   144 	#
   145 
   145 
   146 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
   147 
   146 
   148 include $(WS_TOP)/make-rules/depend.mk
   147 REQUIRED_PACKAGES += database/berkeleydb-5
       
   148 REQUIRED_PACKAGES += library/database/gdbm
       
   149 REQUIRED_PACKAGES += system/library
       
   150 REQUIRED_PACKAGES += system/library/math
       
   151 REQUIRED_PACKAGES += system/linker