summaryrefslogtreecommitdiffstats
path: root/www/p5-Apache/Makefile
blob: 40dc5656c27c2cc5800eba685015a848f9500275 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# New ports collection makefile for:	p5-Apache
# Date created:				April 26th 1997
# Whom:	      				James FitzGibbon <jfitz@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Apache
PORTVERSION=	1.24
CATEGORIES=	www perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	Apache
DISTNAME=	mod_perl-${PORTVERSION}
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org

BUILD_DEPENDS=	${PREFIX}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT} \
		${PREFIX}/bin/lwp-download:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/URI.pm:${PORTSDIR}/net/p5-URI \
		${SITE_PERL}/${PERL_ARCH}/HTML/HeadParser.pm:${PORTSDIR}/www/p5-HTML-Parser

APACHE_PORT?=	apache13
USE_PERL5=	yes
MAN3=		Apache.3 \
		Apache::Constants.3 \
		Apache::Debug.3 \
		Apache::ExtUtils.3 \
		Apache::FakeRequest.3 \
		Apache::File.3 \
		Apache::Include.3 \
		Apache::Leak.3 \
		Apache::Log.3 \
		Apache::Options.3 \
		Apache::PerlRun.3 \
		Apache::PerlRunXS.3 \
		Apache::PerlSections.3 \
		Apache::RedirectLogFix.3 \
		Apache::Registry.3 \
		Apache::RegistryLoader.3 \
		Apache::Resource.3 \
		Apache::SIG.3 \
		Apache::SizeLimit.3 \
		Apache::StatINC.3 \
		Apache::Status.3 \
		Apache::Symbol.3 \
		Apache::Symdump.3 \
		Apache::Table.3 \
		Apache::URI.3 \
		Apache::Util.3 \
		Apache::httpd_conf.3 \
		Apache::src.3 \
		Bundle::Apache.3 \
		cgi_to_mod_perl.3 \
		mod_perl.3 \
		mod_perl_cvs.3 \
		mod_perl_method_handlers.3 \
		mod_perl_traps.3 \
		mod_perl_tuning.3
MANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
SITE_PERL=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}

do-configure:
		@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
			CC="${CC}" CCFLAGS="${CFLAGS}" \
			USE_APXS=1 WITH_APXS=${PREFIX}/sbin/apxs EVERYTHING=1
		@${PERL} -i -p \
			-e 's/^(CC = ).*/$$1 ${CC}/;' \
			-e 's/^(CCFLAGS = ).*/$$1 ${CFLAGS}/' \
                	${WRKSRC}/Leak/Makefile ${WRKSRC}/Symbol/Makefile

post-install:
		${MKDIR} ${PREFIX}/include/apache/modules/perl
		${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \
		    ${PREFIX}/include/apache/modules/perl
		${MKDIR} ${PREFIX}/share/doc/mod_perl
		${INSTALL_DATA} ${FILESDIR}/post-install-notes ${PREFIX}/share/doc/mod_perl
.if !defined(BATCH)
		@ /usr/bin/more -e ${FILESDIR}/post-install-notes
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud