2013-08-02 20:52:07 +02:00
|
|
|
# Created by: Andrey Kostenko <andrey@kostenko.name>
|
2009-09-01 01:40:56 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Catalyst-Plugin-RunAfterRequest
|
2010-10-13 02:40:46 +02:00
|
|
|
PORTVERSION= 0.04
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2009-09-01 01:40:56 +02:00
|
|
|
CATEGORIES= www perl5
|
|
|
|
MASTER_SITES= CPAN
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2010-04-20 05:04:26 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-09-01 01:40:56 +02:00
|
|
|
COMMENT= Run code after the response has been sent
|
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
BUILD_DEPENDS= p5-Catalyst-Component-InstancePerContext>=0:www/p5-Catalyst-Component-InstancePerContext \
|
|
|
|
p5-Catalyst-Runtime>=5.80004:www/p5-Catalyst-Runtime \
|
|
|
|
p5-Moose>=0:devel/p5-Moose \
|
|
|
|
p5-MooseX-Types>=0:devel/p5-MooseX-Types \
|
|
|
|
p5-namespace-autoclean>=0:devel/p5-namespace-autoclean
|
2013-11-07 09:28:22 +01:00
|
|
|
RUN_DEPENDS:= ${RUN_DEPENDS}
|
2016-04-01 16:33:55 +02:00
|
|
|
TEST_DEPENDS+= p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \
|
|
|
|
p5-Module-Find>=0:devel/p5-Module-Find \
|
|
|
|
p5-Test-Exception>=0:devel/p5-Test-Exception
|
2009-09-01 01:40:56 +02:00
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2009-09-01 01:40:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|