blob: 17451ec8223730d493b3fb6b061fd196440ea373 (
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
|
PORTNAME= Gazelle
PORTVERSION= 0.49
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR=CPAN:KAZEBURO
PKGNAMEPREFIX= p5-
MAINTAINER= bokutin@bokut.in
COMMENT= Preforked Plack Handler for performance freaks
WWW= https://metacpan.org/release/Gazelle
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= p5-Devel-CheckCompiler>=0.04:devel/p5-Devel-CheckCompiler
RUN_DEPENDS= p5-Guard>=0:devel/p5-Guard \
p5-Parallel-Prefork>=0.18:devel/p5-Parallel-Prefork \
p5-Plack>=1.0037:www/p5-Plack \
p5-Server-Starter>=0:net/p5-Server-Starter \
p5-Stream-Buffered>=0:devel/p5-Stream-Buffered
TEST_DEPENDS= p5-HTTP-Message>=0:www/p5-HTTP-Message \
p5-Plack>=0:www/p5-Plack \
p5-Test-TCP>=2:devel/p5-Test-TCP
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>
|