components/perl_modules/DBI/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 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		DBI
    25 COMPONENT_NAME=		DBI
    26 COMPONENT_VERSION=	1.58
    26 COMPONENT_VERSION=	1.58
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/~timb/DBI/
    32 COMPONENT_PROJECT_URL=	http://search.cpan.org/~timb/DBI/
    33 COMPONENT_BUGDB=	perl-mod/dbi
    33 COMPONENT_BUGDB=	perl-mod/dbi
    34 
    34 
    35 TPNO=			17614
    35 TPNO=			17614
    36 
    36 
    37 include $(WS_TOP)/make-rules/prep.mk
    37 include $(WS_MAKE_RULES)/prep.mk
    38 include $(WS_TOP)/make-rules/ips.mk
    38 include $(WS_MAKE_RULES)/ips.mk
    39 include $(WS_TOP)/make-rules/makemaker.mk
    39 include $(WS_MAKE_RULES)/makemaker.mk
    40 
    40 
    41 build:		$(BUILD_32)
    41 build:		$(BUILD_32)
    42 
    42 
    43 install:	$(INSTALL_32)
    43 install:	$(INSTALL_32)
    44 
    44 
    45 COMPONENT_TEST_TARGETS = test
    45 COMPONENT_TEST_TARGETS = test
    46 test:		$(TEST_32)
    46 test:		$(TEST_32)
    47 
    47 
    48 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    49 
    48 
    50 include $(WS_TOP)/make-rules/depend.mk
    49 REQUIRED_PACKAGES += runtime/perl-512
       
    50 REQUIRED_PACKAGES += runtime/perl-584
       
    51 REQUIRED_PACKAGES += system/library