Makefile revision 1938
393N/A#
393N/A# CDDL HEADER START
393N/A#
393N/A# The contents of this file are subject to the terms of the
393N/A# Common Development and Distribution License (the "License").
393N/A# You may not use this file except in compliance with the License.
393N/A#
393N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
393N/A# or http://www.opensolaris.org/os/licensing.
393N/A# See the License for the specific language governing permissions
393N/A# and limitations under the License.
393N/A#
393N/A# When distributing Covered Code, include this CDDL HEADER in each
393N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
393N/A# If applicable, add the following below this CDDL HEADER, with the
393N/A# fields enclosed by brackets "[]" replaced with your own identifying
393N/A# information: Portions Copyright [yyyy] [name of copyright owner]
393N/A#
393N/A# CDDL HEADER END
393N/A#
393N/A
393N/A#
1413N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
393N/A#
393N/A
395N/Ainclude ../../../make-rules/shared-macros.mk
393N/A
393N/ACOMPONENT_NAME= pmtools
1413N/ACOMPONENT_VERSION= 1.30
618N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/dist/pmtools/
393N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
393N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
1413N/A sha256:8662103905aba2debfe36e378fb3130e4b0367eb4d271ac851317dc2b8deea90
393N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/M/ML/MLFISHER/$(COMPONENT_ARCHIVE)
1258N/ACOMPONENT_BUGDB= utility/perl-pmtools
393N/A
393N/Ainclude $(WS_TOP)/make-rules/prep.mk
393N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
393N/Ainclude $(WS_TOP)/make-rules/ips.mk
393N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1447N/A
1413N/Abuild: $(BUILD_32_and_64)
393N/A
1413N/Ainstall: $(INSTALL_32_and_64)
393N/A
393N/Atest: $(NO_TESTS)
393N/A
393N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
393N/A
393N/Ainclude $(WS_TOP)/make-rules/depend.mk