aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Apache-DB/Makefile
blob: 1cdb1962affe34aeca8cac341758e035bd81a62b (plain) (blame)
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
# New ports collection makefile for:    Apache-DB
# Date created:    11 August 2004
# Whom:        Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Apache-DB
PORTVERSION=    0.14
PORTREVISION=   2
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Debugging and profiling tools for mod_perl

MAKE_JOBS_SAFE=  yes

PERL_CONFIGURE= yes
USE_APACHE_RUN= 13+

MAN3=       Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \
        Apache::SmallProf.3

.include <bsd.port.pre.mk>

.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
RUN_DEPENDS+=   ${SITE_PERL}/${PERL_ARCH}/mod_perl2.pm:${PORTSDIR}/www/mod_perl2
.else
RUN_DEPENDS+=   ${SITE_PERL}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/mod_perl
.endif

.include <bsd.port.post.mk>