aboutsummaryrefslogtreecommitdiff
path: root/www/p5-POEx-Role-PSGIServer/Makefile
blob: ce8dccef2365a19ce1a0d3f53594f47a54b4e130 (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
31
32
33
34
35
PORTNAME=	POEx-Role-PSGIServer
PORTVERSION=	1.110670
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:FRODWITH
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	Perl extension for encapsulated PSGI server behaviors for POE
WWW=		https://metacpan.org/release/POEx-Role-PSGIServer

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	\
	p5-Plack>0:www/p5-Plack \
	p5-libwww>0:www/p5-libwww \
	p5-Moose-Autobox>0:devel/p5-Moose-Autobox \
	p5-MooseX-Declare>0:devel/p5-MooseX-Declare \
	p5-MooseX-Types>0:devel/p5-MooseX-Types \
	p5-MooseX-Types-Structured>0:devel/p5-MooseX-Types-Structured \
	p5-POE-Filter-HTTP-Parser>=1.06:www/p5-POE-Filter-HTTP-Parser \
	p5-POE>0:devel/p5-POE \
	p5-POEx-Role-Streaming>0:devel/p5-POEx-Role-Streaming \
	p5-POEx-Role-TCPServer>=1.102740:net/p5-POEx-Role-TCPServer \
	p5-POEx-Types>0:devel/p5-POEx-Types \
	p5-Plack>0:www/p5-Plack \
	p5-aliased>0:devel/p5-aliased
TEST_DEPENDS=	p5-HTTP-Parser-XS>=0:www/p5-HTTP-Parser-XS \
		p5-Test-Requires>=0:devel/p5-Test-Requires \
		p5-Test-TCP>=0:devel/p5-Test-TCP

USES=		perl5
USE_PERL5=	configure

.include <bsd.port.mk>