aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Engine-HTTP-Prefork/Makefile
blob: e8d8a8209a0199851cc15aedc1b0369d38eeedcc (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
# Created by: Sergey Skvortsov <skv@protey.ru>

PORTNAME=	Catalyst-Engine-HTTP-Prefork
PORTVERSION=	0.51
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@FreeBSD.org
COMMENT=	High-performance pre-forking Catalyst engine

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Catalyst-Runtime>=5.7012:www/p5-Catalyst-Runtime \
		p5-Net-Server>=0.97:net/p5-Net-Server \
		p5-HTTP-HeaderParser-XS>=0:www/p5-HTTP-HeaderParser-XS \
		p5-CGI-Cookie-XS>=0:www/p5-CGI-Cookie-XS \
		p5-HTTP-Body>=0:www/p5-HTTP-Body

USES=		perl5
USE_PERL5=	configure

post-patch:
	${REINPLACE_CMD} -i '' -e 's/Cookie::XS/CGI::Cookie::XS/g' \
		${WRKSRC}/lib/Catalyst/Engine/HTTP/Prefork/Handler.pm

.include <bsd.port.mk>