components/perl512/Makefile
branchs11-update
changeset 3562 d0d2750c6f52
parent 2592 a7d8d41eeab2
child 3882 15b00e2a5509
child 3943 93bc1e9a6489
equal deleted inserted replaced
3551:3bb8f53b637c 3562:d0d2750c6f52
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, 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 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
    25 PATH=$(dir $(CC)):/usr/bin:/usr/gnu/bin
    26 
    26 
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    36 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.bz2
    37 COMPONENT_ARCHIVE_HASH=	\
    37 COMPONENT_ARCHIVE_HASH=	\
    38     sha256:10749417fd3010aae320a34181ad4cd6a4855c1fc63403b87fa4d630b18e966c
    38     sha256:10749417fd3010aae320a34181ad4cd6a4855c1fc63403b87fa4d630b18e966c
    39 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    39 COMPONENT_ARCHIVE_URL=	http://www.cpan.org/src/5.0/$(COMPONENT_ARCHIVE)
    40 COMPONENT_BUGDB=	utility/perl
    40 COMPONENT_BUGDB=	utility/perl
       
    41 TPNO=			9223
    41 
    42 
    42 include ../../make-rules/prep.mk
    43 include ../../make-rules/prep.mk
    43 include ../../make-rules/configure.mk
    44 include ../../make-rules/configure.mk
    44 include ../../make-rules/ips.mk
    45 include ../../make-rules/ips.mk
    45 
    46 
   133 
   134 
   134 BUILD_32 =	$(VARIANTS:%=%/.built)
   135 BUILD_32 =	$(VARIANTS:%=%/.built)
   135 INSTALL_32 =	$(VARIANTS:%=%/.installed)
   136 INSTALL_32 =	$(VARIANTS:%=%/.installed)
   136 TEST_32 =	$(VARIANTS:%=%/.tested)
   137 TEST_32 =	$(VARIANTS:%=%/.tested)
   137 
   138 
       
   139 configure:	$(CONFIGURE_32)
       
   140 
   138 build:		$(BUILD_32)
   141 build:		$(BUILD_32)
   139 
   142 
   140 install:	$(INSTALL_32)
   143 install:	$(INSTALL_32)
   141 
   144 
   142 test:		$(TEST_32)
   145 test:		$(TEST_32)