components/perl_modules/dbd-sqlite/Makefile
author Craig Mohrman <craig.mohrman@oracle.com>
Thu, 10 Mar 2016 12:36:54 -0800
changeset 5577 09a6352d52ad
parent 5479 7146b76b602e
child 5797 432ac76de3b0
permissions -rw-r--r--
22897315 add perl modules support for perl 5.22

#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
#
include ../../../make-rules/shared-macros.mk

COMPONENT_NAME=		DBD-SQLite
COMPONENT_VERSION=	1.48
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=	\
	sha256:b397230f5d4cdc9923f91c62da9e535234f3055c528ede75afd7d24698030ea6
COMPONENT_ARCHIVE_URL=	http://backpan.perl.org/authors/id/I/IS/ISHIGAKI/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=	https://github.com/DBD-SQLite/DBD-SQLite
COMPONENT_BUGDB=	perl-mod/dbd-sqlite

TPNO=			24450

# Limit packaging to only these perls.
PERL_VERSIONS=5.12 5.20

include $(WS_MAKE_RULES)/prep.mk
include $(WS_MAKE_RULES)/ips.mk
include $(WS_MAKE_RULES)/makemaker.mk

COMPONENT_TEST_TARGETS = test
COMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
COMPONENT_TEST_TRANSFORMS += \
	'-e "/^Running Mkbootstrap/d" ' '-e "s/mY cOmMeNt/this is executed on older perl releases only/" ' \
	'-e "/^chmod.*\.bs$$/d" '       '-e "s/mY cOmMeNt/this is executed on older perl releases only/" ' \
	'-e "s/[0-9][0-9]* wallclock secs (.*CPU)$$/<TIMINGS REMOVED>/" ' \
	'-e "s/^PERL_DL_NONLAZY=1 \$$(PERL).*/<PERL TEST INVOCATION REMOVED>/" ' \
	'-e "s/^\(\# sqlite_version=\)[0-9][0-9.]*/\1<USED SQLITE VERSION REMOVED>/" ' \
	'-e "s/^\(\# \$$DBI::VERSION=\)[0-9][0-9.]*/\1<REPORTED DBI VERSION REMOVED>/" '

# This makes the configuration process a bit more chatty
COMPONENT_CONFIGURE_ENV += AUTOMATED_TESTING=1
LICENSE=DBD-SQLite.license

ASLR_MODE = $(ASLR_NOT_APPLICABLE)

# I have to list the targets directly instead of using $(BUILD_32_AND_64) in
# order to avoid building DBD::SQLite for perl 5.12-mt which does not have DBI
# available
#
$(LICENSE): $(LICENSE).template
	$(PERL) -pe 's/COMPONENT_VERSION/$(COMPONENT_VERSION)/g' "$<" > "$@"

build:		$(BUILD_DIR)/$(MACH32)-5.12/.built \
		$(BUILD_DIR)/$(MACH64)-5.20/.built \
		$(LICENSE)

install:	$(BUILD_DIR)/$(MACH32)-5.12/.installed \
		$(BUILD_DIR)/$(MACH64)-5.20/.installed

test:		$(BUILD_DIR)/$(MACH32)-5.12/.tested-and-compared \
		$(BUILD_DIR)/$(MACH64)-5.20/.tested-and-compared

system-test:    $(SYSTEM_TESTS_NOT_IMPLEMENTED)

clean::		$(LICENSE)

REQUIRED_PACKAGES += database/sqlite-3
REQUIRED_PACKAGES += runtime/perl-512
REQUIRED_PACKAGES += runtime/perl-520
REQUIRED_PACKAGES += system/library