aboutsummaryrefslogblamecommitdiff
path: root/www/p5-Dancer2-Plugin-Deferred/Makefile
blob: ed93a32c6a577e6a1365b6fefd246ec5d269fbca (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 

                                       
                        

                         

                   
                                

                                                                            


                                 

                                                     
                                    

                                                        

                                                      



                         

                   
                      
# Created by: Adam Weinberger <adamw@FreeBSD.org>

PORTNAME=	Dancer2-Plugin-Deferred
PORTVERSION=	0.008000
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Dancer2 plugin to defer messages or data across redirections

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Dancer2>=0.200000:www/p5-Dancer2 \
		p5-URI>=0:net/p5-URI
TEST_DEPENDS=	p5-HTTP-Cookies>=0:www/p5-HTTP-Cookies \
		p5-HTTP-Message>=0:www/p5-HTTP-Message \
		p5-Plack>=0:www/p5-Plack \
		p5-Test2-Suite>=0:devel/p5-Test2-Suite

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

.include <bsd.port.mk>