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

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

COMPONENT_NAME=		pmtools
COMPONENT_VERSION=	1.10
COMPONENT_PROJECT_URL=	http://search.cpan.org/dist/pmtools/
COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
COMPONENT_ARCHIVE_HASH=	\
    sha256:44e8cbe9ac851dad2373e2e0243a1faab690a4ca1e69b83a77591a47682806ae
COMPONENT_ARCHIVE_URL=	http://search.cpan.org/CPAN/authors/id/M/ML/MLFISHER/$(COMPONENT_ARCHIVE)
COMPONENT_BUGDB=	utility/perl-pmtools

TPNO=			9276

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

build:		$(BUILD_32_and_64_PERL)

install:	$(INSTALL_32_and_64_PERL)

test:		$(NO_TESTS)

REQUIRED_PACKAGES += system/core-os