components/perl_modules/DBI/Makefile
author Rich Burridge <rich.burridge@oracle.com>
Thu, 05 Dec 2013 06:08:37 -0800
changeset 1583 c37299676526
parent 1434 c782e620dd26
child 1948 2d1537e7942d
permissions -rw-r--r--
17896753 The DBI Perl module has duplicate ASLR lines in its Makefile 17897343 Various Userland components need TPNO and license file changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     1
#
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     3
#
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     7
#
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    12
#
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    18
#
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    20
#
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    21
# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    22
#
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    23
include ../../../make-rules/shared-macros.mk
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    24
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    25
COMPONENT_NAME=		DBI
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    26
COMPONENT_VERSION=	1.623
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    27
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    28
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
800
2ad056ed89ec 7163771 sha1 should not be used in userland-fetch and userland component/*/Makefile
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 260
diff changeset
    29
COMPONENT_ARCHIVE_HASH=	\
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    30
    sha256:912d73f9eb0601f592aa58897d9c6787e238d9780f30ac86059c83b7085de3a1
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    31
COMPONENT_ARCHIVE_URL=	http://backpan.perl.org/authors/id/T/TI/TIMB/$(COMPONENT_ARCHIVE)
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    32
COMPONENT_PROJECT_URL=	http://search.cpan.org/~timb/DBI/
1071
cc3ecf7b3dec 15959394 Several Userland components are using the wrong BugDB cat/subcat.
Rich Burridge <rich.burridge@oracle.com>
parents: 1058
diff changeset
    33
COMPONENT_BUGDB=	perl-mod/dbi
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    34
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    35
include $(WS_TOP)/make-rules/prep.mk
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    36
include $(WS_TOP)/make-rules/ips.mk
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    37
include $(WS_TOP)/make-rules/makemaker.mk
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    38
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    39
COMPONENT_TEST_TARGETS = test
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    40
1434
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1170
diff changeset
    41
ASLR_MODE = $(ASLR_NOT_APPLICABLE)
c782e620dd26 17296512 Add ASLR_NOT_APPLICABLE as an ASLR mode in Userland
Rich Burridge <rich.burridge@oracle.com>
parents: 1170
diff changeset
    42
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    43
build:		$(BUILD_32_and_64)
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    44
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    45
install:	$(INSTALL_32_and_64)
157
accde06c81c4 7030521 move perl DBI module to userland
Vladimir Marek <Vladimir.Marek@oracle.com>
parents:
diff changeset
    46
1152
96d423311191 16292975 perl_modules should build and deliver perl 5.16 versions
Craig Mohrman <craig.mohrman@oracle.com>
parents: 1071
diff changeset
    47
test:		$(TEST_32_and_64)
260
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    48
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    49
BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    50
cc1837bbe69e 7047520 move perl-xml-parser and perl-xml-simple to userland consolidation
Craig Mohrman <craig.mohrman@oracle.com>
parents: 157
diff changeset
    51
include $(WS_TOP)/make-rules/depend.mk