2004-08-11 20:12:01 +02:00
|
|
|
# New ports collection makefile for: Apache-DB
|
|
|
|
# Date created: 11 August 2004
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Apache-DB
|
2008-06-07 19:16:17 +02:00
|
|
|
PORTVERSION= 0.14
|
2011-08-20 19:27:52 +02:00
|
|
|
PORTREVISION= 2
|
2004-08-11 20:12:01 +02:00
|
|
|
CATEGORIES= www perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2004-08-11 20:12:01 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-02-04 16:39:23 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2004-08-11 20:12:01 +02:00
|
|
|
COMMENT= Debugging and profiling tools for mod_perl
|
|
|
|
|
2009-05-16 08:27:56 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
|
2004-08-11 20:12:01 +02:00
|
|
|
PERL_CONFIGURE= yes
|
2011-05-23 00:23:16 +02:00
|
|
|
USE_APACHE_RUN= 13+
|
2004-08-11 20:12:01 +02:00
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
MAN3= Apache::DB.3 Apache::DProf.3 Apache::perl5db.3 \
|
|
|
|
Apache::SmallProf.3
|
2004-08-11 20:12:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-05-23 00:23:16 +02:00
|
|
|
.if defined(WITH_MODPERL2) || ${APACHE_VERSION} > 13
|
2006-05-29 17:36:41 +02:00
|
|
|
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
|
|
|
|
|
2004-08-11 20:12:01 +02:00
|
|
|
.include <bsd.port.post.mk>
|