aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Dancer-Debug/Makefile
blob: 8bccd3b1a61c5360f2d33ba0a134c054f8714642 (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
# New ports collection makefile for:	p5-Dancer-Debug
# Date created:		18 january 2011
# Whom:			Geistteufel <geistteufel@yahoo.fr>
#
# $FreeBSD$
#

PORTNAME=	Dancer-Debug
PORTVERSION=	0.03
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN/../../authors/id/F/FR/FRANCKC/
PKGNAMEPREFIX=	p5-

MAINTAINER=	geistteufel@yahoo.fr
COMMENT=	Dancer::Debug - Extend Plack::Middleware::Debug

RUN_DEPENDS=	p5-Class-Method-Modifiers>=0:${PORTSDIR}/devel/p5-Class-Method-Modifiers \
		p5-Dancer>=0:${PORTSDIR}/www/p5-Dancer \
		p5-Plack-Middleware-Debug>=0:${PORTSDIR}/www/p5-Plack-Middleware-Debug

PERL_CONFIGURE=	yes

MAN3=		Dancer::Debug.3 \
		Plack::Middleware::Debug::Dancer::Logger.3 \
		Plack::Middleware::Debug::Dancer::Routes.3 \
		Plack::Middleware::Debug::Dancer::Session.3 \
		Plack::Middleware::Debug::Dancer::Settings.3 \
		Plack::Middleware::Debug::Dancer::Version.3

.include <bsd.port.mk>