Makefile revision 3661
148N/A#
148N/A# CDDL HEADER START
148N/A#
148N/A# The contents of this file are subject to the terms of the
148N/A# Common Development and Distribution License (the "License").
148N/A# You may not use this file except in compliance with the License.
148N/A#
148N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
148N/A# or http://www.opensolaris.org/os/licensing.
148N/A# See the License for the specific language governing permissions
148N/A# and limitations under the License.
148N/A#
148N/A# When distributing Covered Code, include this CDDL HEADER in each
148N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
148N/A# If applicable, add the following below this CDDL HEADER, with the
148N/A# fields enclosed by brackets "[]" replaced with your own identifying
148N/A# information: Portions Copyright [yyyy] [name of copyright owner]
148N/A#
148N/A# CDDL HEADER END
148N/A#
148N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
148N/A#
148N/A
148N/Ainclude ../../../make-rules/shared-macros.mk
148N/A
148N/ACOMPONENT_NAME= Authen-PAM
148N/ACOMPONENT_VERSION= 0.16
148N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
148N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
618N/ACOMPONENT_ARCHIVE_HASH= \
148N/A sha256:0e949bd9a2a9df0f829971030fe9169cbaf6cec78b92faf22f547ff6c6155c9b
148N/ACOMPONENT_ARCHIVE_URL= \
148N/A http://www.cpan.org/modules/by-module/Authen/$(COMPONENT_ARCHIVE)
148N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~nikip/
148N/ACOMPONENT_BUGDB= perl-mod/authen-pam
148N/A
148N/ATPNO= 9303
148N/A
181N/A# build threaded 5.12 support too
148N/APERL_VERSIONS += 5.12-mt
181N/A
148N/Ainclude $(WS_TOP)/make-rules/prep.mk
148N/Ainclude $(WS_TOP)/make-rules/ips.mk
148N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
148N/A
148N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
148N/A
148N/A# man pages go in the common area
148N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
148N/A
148N/ACOMPONENT_TEST_TARGETS = test
148N/A
148N/Abuild: $(BUILD_32)
148N/A
181N/Ainstall: $(INSTALL_32)
181N/A
148N/A#
148N/A# Must have xml-parser installed for these tests to pass.
148N/A#
148N/Atest: $(TEST_32)
148N/A
148N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
148N/A
148N/Ainclude $(WS_TOP)/make-rules/depend.mk
148N/A