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#
3996N/A# Copyright (c) 2011, 2015, 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)
1273N/ACOMPONENT_BUGDB= utility/apache
278N/A
3661N/ATPNO= 8896
3661N/A
278N/ACONFIGURE_DEFAULT_DIRS=no
278N/A
3996N/Ainclude $(WS_MAKE_RULES)/prep.mk
3996N/Ainclude $(WS_MAKE_RULES)/justmake.mk
3996N/Ainclude $(WS_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
4018N/Aifeq ($(strip $(PARFAIT_BUILD)),yes)
4018N/APATH=$(PARFAIT_TOOLS):$(SPRO_VROOT)/bin:/usr/bin
4018N/Aendif
4018N/A
4018N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
278N/A
278N/Abuild: $(BUILD_32)
278N/A
278N/Ainstall: $(INSTALL_32)
278N/A
4018N/Atest: $(TEST_32)
278N/A
278N/A
4018N/AREQUIRED_PACKAGES += library/apr-15
4018N/AREQUIRED_PACKAGES += library/apr-util-15
3996N/AREQUIRED_PACKAGES += runtime/perl-512
3996N/AREQUIRED_PACKAGES += system/library
3996N/AREQUIRED_PACKAGES += system/library/math
3996N/AREQUIRED_PACKAGES += system/linker
3996N/AREQUIRED_PACKAGES += web/server/apache-22