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