116d91ba28
* ported all modules to mod_perl 2.0.0-RC6 including API changes
31 lines
658 B
Makefile
31 lines
658 B
Makefile
# New ports collection makefile for: Apache-DB
|
|
# Date created: 11 August 2004
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Apache-DB
|
|
PORTVERSION= 0.10
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Apache
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Debugging and profiling tools for mod_perl
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Apache::DB.3 Apache::DProf.3 Apache::SmallProf.3
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${PERL_LEVEL} < 500600
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Devel/DProf.pm:${PORTSDIR}/devel/p5-Devel-DProf
|
|
.else
|
|
MAN3+= Apache::perl5db.3
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|