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