components/perl_modules/cssh/Makefile
branchs11-update
changeset 2960 7e16a1a5efac
child 3661 47545fb8aed4
equal deleted inserted replaced
2959:436698adc770 2960:7e16a1a5efac
       
     1 #
       
     2 # CDDL HEADER START
       
     3 #
       
     4 # The contents of this file are subject to the terms of the
       
     5 # Common Development and Distribution License (the "License").
       
     6 # You may not use this file except in compliance with the License.
       
     7 #
       
     8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
       
     9 # or http://www.opensolaris.org/os/licensing.
       
    10 # See the License for the specific language governing permissions
       
    11 # and limitations under the License.
       
    12 #
       
    13 # When distributing Covered Code, include this CDDL HEADER in each
       
    14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
       
    15 # If applicable, add the following below this CDDL HEADER, with the
       
    16 # fields enclosed by brackets "[]" replaced with your own identifying
       
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
       
    18 #
       
    19 # CDDL HEADER END
       
    20 #
       
    21 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
       
    22 #
       
    23 include ../../../make-rules/shared-macros.mk
       
    24 
       
    25 COMPONENT_NAME=		App-ClusterSSH
       
    26 COMPONENT_VERSION=	4.2.1
       
    27 HUMAN_VERSION=		4.02_01
       
    28 COMPONENT_SRC=		$(COMPONENT_NAME)-$(HUMAN_VERSION)
       
    29 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
       
    30 COMPONENT_ARCHIVE_HASH=	\
       
    31     sha256:4f1c1fc151f4dc38d3f5e5803fb39a2eee15b797650ca94cd6f673a670cdaad5
       
    32 # This project is registered on SourceForge and CPAN
       
    33 COMPONENT_PROJECT_URL=	http://sourceforge.net/projects/clusterssh/
       
    34 COMPONENT_ARCHIVE_URL=	http://downloads.sourceforge.net/project/clusterssh/2.%20ClusterSSH%20Series%204/$(COMPONENT_ARCHIVE)
       
    35 COMPONENT_BUGDB=	utility/cssh
       
    36 
       
    37 # Only build for the default version, since 5.8.4 is almost dead
       
    38 PERL_VERSIONS = $(PERL_VERSION)
       
    39 
       
    40 include $(WS_TOP)/make-rules/prep.mk
       
    41 include $(WS_TOP)/make-rules/ips.mk
       
    42 include $(WS_TOP)/make-rules/makemaker.mk
       
    43 
       
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    45 
       
    46 build:		$(BUILD_32)
       
    47 
       
    48 install:	$(INSTALL_32)
       
    49 
       
    50 test:		$(NO_TESTS)
       
    51 
       
    52 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    53 
       
    54 include $(WS_TOP)/make-rules/depend.mk