Makefile revision 906
2N/A#
2N/A# CDDL HEADER START
2N/A#
2N/A# The contents of this file are subject to the terms of the
2N/A# Common Development and Distribution License (the "License").
2N/A# You may not use this file except in compliance with the License.
2N/A#
2N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2N/A# or http://www.opensolaris.org/os/licensing.
2N/A# See the License for the specific language governing permissions
2N/A# and limitations under the License.
2N/A#
2N/A# When distributing Covered Code, include this CDDL HEADER in each
2N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2N/A# If applicable, add the following below this CDDL HEADER, with the
2N/A# fields enclosed by brackets "[]" replaced with your own identifying
2N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2N/A#
2N/A# CDDL HEADER END
2N/A#
2N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/Ainclude ../../../make-rules/shared-macros.mk
2N/A
2N/ACOMPONENT_NAME= mod_perl
2N/ACOMPONENT_VERSION= 2.0.4
2N/ACOMPONENT_PROJECT_URL= http://perl.apache.org/
2N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2N/ACOMPONENT_ARCHIVE_HASH= \
2N/A sha256:7da2046aa65dbef64ff5b71400bed4b6b82441e6313c8ca4becb85fb4a89a0f0
2N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)dist/$(COMPONENT_ARCHIVE)
2N/A
2N/ACONFIGURE_DEFAULT_DIRS=no
2N/A
2N/Ainclude ../../../make-rules/prep.mk
2N/Ainclude ../../../make-rules/justmake.mk
2N/Ainclude ../../../make-rules/ips.mk
2N/A
2N/AAPACHE_USR_PREFIX=/usr/apache2/2.2
2N/AAP_PERL5LIB=$(APACHE_USR_PREFIX)/lib/perl
2N/AAP_PERL5BIN=$(APACHE_USR_PREFIX)/bin
2N/APERLMAN=$(APACHE_USR_PREFIX)/man
2N/A
2N/ACOMPONENT_PRE_BUILD_ACTION= ( \
2N/A cd $(@D); $(PERL) Makefile.PL \
2N/A INSTALLDIRS=perl \
2N/A INSTALLSITELIB=$(AP_PERL5LIB) \
2N/A INSTALLARCHLIB=$(AP_PERL5LIB) \
2N/A INSTALLSITEARCH=$(AP_PERL5LIB) \
2N/A INSTALLPRIVLIB=$(AP_PERL5LIB) \
2N/A SITEARCHEXP=$(AP_PERL5LIB) \
2N/A SITELIBEXP=$(AP_PERL5LIB) \
2N/A INSTALLMAN1DIR=$(PERLMAN)/man1 \
2N/A INSTALLMAN3DIR=$(PERLMAN)/man3 \
2N/A INSTALLSCRIPT=$(AP_PERL5BIN) \
2N/A MP_APXS=$(APACHE_USR_PREFIX)/bin/apxs)
2N/A
2N/ACOMPONENT_TEST_TARGETS= test
2N/A
2N/APATH=$(SPRO_VROOT)/bin:/usr/bin:/usr/gnu/bin
2N/A
2N/Abuild: $(BUILD_32)
2N/A
2N/Ainstall: $(INSTALL_32)
2N/A
2N/A# Won't start (maybe because of mod_dtrace.so on system).
2N/A#test: $(TEST_32)
2N/Atest: $(NO_TESTS)
2N/A
2N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2N/A
2N/Ainclude ../../../make-rules/depend.mk
2N/A