components/perl_modules/xml-sax-base/Makefile
author Craig Mohrman <craig.mohrman@oracle.com>
Sat, 04 Mar 2017 04:04:35 +0000
branchs11u3-sru
changeset 7711 48f87ff8204e
parent 3996 20c0f21bbe1e
permissions -rw-r--r--
PSARC 2016/024 Add Perl 5.22, Remove Perl 5.20 PSARC 2016/388 CGI perl module integration to Solaris 22548084 add perl 5.22 to Solaris 22653597 problem in UTILITY/PERL 22897315 add perl modules support for perl 5.22 23038270 Introduce CGI.pm 4.28 23133251 Upgrade DBI to 1.636 22903703 Update perl module Net-SSLeay to 1.78 20995635 Perl TK needs to be upgraded to work with Perl 5.20 23131819 Upgrade xml-parser to 2.44

#
# 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) 2013, 2017, Oracle and/or its affiliates. All rights reserved.
#

include ../../../make-rules/shared-macros.mk

COMPONENT_NAME=		XML-SAX-Base
COMPONENT_VERSION=	1.8
HUMAN_VERSION=		1.08
COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=	\
    sha256:666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e
COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
COMPONENT_PROJECT_URL=	http://search.cpan.org/~grantm/
COMPONENT_BUGDB=	perl-mod/xml-sax-base

TPNO=			13137

# don't build this module against perl 5.8.4
# build threaded 5.12 support also
PERL_VERSIONS = 5.12 5.12-mt 5.22


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

ASLR_MODE = $(ASLR_NOT_APPLICABLE)

# man pages go in the common area
COMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)

COMPONENT_TEST_TARGETS = test

build:		$(BUILD_32_and_64_PERL)

install:	$(INSTALL_32_and_64_PERL)

test:		$(TEST_32_and_64_PERL)