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