aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Plack-Middleware-Debug/Makefile
blob: ca6f99a1d8e17a87d320a23c5ee5dcba2c8ba85c (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
35
36
37
38
39
40
41
42
43
44
# New ports collection makefile for:	Plack::Middleware::Debug
# Date created:		03 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	Plack-Middleware-Debug
PORTVERSION=	0.14
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:MIYAGAWA
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@FreeBSD.org
COMMENT=	Perl extension to display information about current request/response

RUN_DEPENDS=	\
	p5-Class-Method-Modifiers>=1.05:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
	p5-Data-Dump>0:${PORTSDIR}/devel/p5-Data-Dump \
	p5-File-ShareDir>=1.00:${PORTSDIR}/devel/p5-File-ShareDir \
	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
	p5-Text-MicroTemplate>=0.15:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
	p5-Module-Versions>=0.01:${PORTSDIR}/devel/p5-Module-Versions
BUILD_DEPENDS:=	${RUN_DEPENDS}
TEST_DEPENDS=	p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires

PERL_CONFIGURE=	yes

MAN3=	Plack::Middleware::Debug.3 \
	Plack::Middleware::Debug::Base.3 \
	Plack::Middleware::Debug::CatalystLog.3 \
	Plack::Middleware::Debug::DBITrace.3 \
	Plack::Middleware::Debug::Environment.3 \
	Plack::Middleware::Debug::Memory.3 \
	Plack::Middleware::Debug::ModuleVersions.3 \
	Plack::Middleware::Debug::Parameters.3 \
	Plack::Middleware::Debug::PerlConfig.3 \
	Plack::Middleware::Debug::Response.3 \
	Plack::Middleware::Debug::Session.3 \
	Plack::Middleware::Debug::Timer.3 \
	Plack::Middleware::Debug::TrackObjects.3

.include <bsd.port.mk>