head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.47;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.30;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2010.10.13.00.40.46;	author leeym;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.20.03.04.26;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.31.23.40.56;	author lippe;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Catalyst-Plugin-RunAfterRequest
# Date created:		2009-08-30
# Whom:			Andrey Kostenko <andrey@@kostenko.name>
#
# $FreeBSD: head/www/p5-Catalyst-Plugin-RunAfterRequest/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-Plugin-RunAfterRequest
PORTVERSION=	0.04
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Run code after the response has been sent

RUN_DEPENDS=	p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext \
		p5-Catalyst-Runtime>=5.80004:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose \
		p5-MooseX-Types>=0:${PORTSDIR}/devel/p5-MooseX-Types \
		p5-namespace-autoclean>=0:${PORTSDIR}/devel/p5-namespace-autoclean
BUILD_DEPENDS:=	${RUN_DEPENDS}
BUILD_DEPENDS+=	p5-List-MoreUtils>=0:${PORTSDIR}/lang/p5-List-MoreUtils \
		p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \
		p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception

PERL_CONFIGURE=	yes

MAN3=		Catalyst::Plugin::RunAfterRequest.3 \
			Catalyst::Model::Role::RunAfterRequest.3

.include <bsd.port.mk>
@


1.4
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.3
log
@- update to 0.04
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@Reassign ports from andrey@@kostenko.name to perl@@ due to lack of time.

Hat:		portmgr
@
text
@d9 1
a9 1
PORTVERSION=	0.03
d17 9
a25 5
BUILD_DEPENDS=	p5-Catalyst-Runtime>=5.8004:${PORTSDIR}/www/p5-Catalyst-Runtime	\
		p5-Catalyst-Component-InstancePerContext>=0:${PORTSDIR}/www/p5-Catalyst-Component-InstancePerContext	\
		p5-MooseX-AttributeHelpers>=0:${PORTSDIR}/devel/p5-MooseX-AttributeHelpers \
		p5-parent>=0:${PORTSDIR}/devel/p5-parent
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@New port: Run code after the response has been sent.

WWW:	http://search.cpan.org/dist/Catalyst-Plugin-RunAfterRequest/

PR:		ports/138137, ports/138166
Submitted by:	Andrey Kostenko <andrey@@kostenko.name>
@
text
@d14 1
a14 1
MAINTAINER=	andrey@@kostenko.name
@

