head	1.11;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.53;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.10.18.42.41;	author swills;	state Exp;
branches;
next	1.9;

1.9
date	2012.03.20.02.01.38;	author kuriyama;	state Exp;
branches;
next	1.8;

1.8
date	2011.10.09.01.18.25;	author kuriyama;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.06.13.26.01;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2011.04.15.06.28.43;	author kuriyama;	state Exp;
branches;
next	1.5;

1.5
date	2011.02.26.08.19.44;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.04.09.27.25;	author kuriyama;	state Exp;
branches;
next	1.3;

1.3
date	2010.05.16.12.41.14;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2010.05.03.14.03.48;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.03.11.07.44;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Plack::Middleware::Debug
# Date created:		03 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-Middleware-Debug/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.10
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Add test depends.

PR:		ports/166247
Submitted by:	swills
Feature safe:	yes
@
text
@d25 1
a25 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.8
log
@- Upgrade to 0.14.
@
text
@d26 1
@


1.7
log
@- Upgrade to 0.13.
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.6
log
@- Upgrade to 0.12.
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.5
log
@- Upgrade to 0.11.
@
text
@d9 1
a9 1
PORTVERSION=	0.11
d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/M/MI/MIYAGAWA
d40 2
a41 1
	Plack::Middleware::Debug::Timer.3
@


1.4
log
@- Upgrade to 0.10.
@
text
@d9 1
a9 1
PORTVERSION=	0.10
d12 1
d23 1
a23 1
	p5-Text-MicroTemplate>0:${PORTSDIR}/textproc/p5-Text-MicroTemplate \
@


1.3
log
@- Upgrade to 0.09.
@
text
@d9 1
a9 1
PORTVERSION=	0.09
@


1.2
log
@- Upgrade to 0.08.
@
text
@d9 1
a9 1
PORTVERSION=	0.08
d35 1
@


1.1
log
@Display information about the current request/response.

WWW: http://search.cpan.org/dist/Plack-Middleware-Debug/
@
text
@d9 1
a9 1
PORTVERSION=	0.07
@

