1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/www/p5-Monoceros/Makefile
Jun Kuriyama 2bd3365365 Monoceros is PSGI/Plack server supports HTTP/1.1. Monoceros has a
event-driven connection manager and preforking workers.  Monoceros can
keep large amount of connection at minimal processes.

WWW: http://search.cpan.org/dist/Monoceros/
2013-05-26 08:50:35 +00:00

29 lines
716 B
Makefile

# $FreeBSD$
PORTNAME= Monoceros
PORTVERSION= 0.15
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:KAZEBURO
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= PSGI/Plack server w/ event driven connection manager, prefork workers
RUN_DEPENDS= \
p5-AnyEvent>=7.04:${PORTSDIR}/devel/p5-AnyEvent \
p5-IO-FDPass>=1.0:${PORTSDIR}/devel/p5-IO-FDPass \
p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
p5-Plack>=1.0023:${PORTSDIR}/www/p5-Plack \
p5-Starlet>=0.18:${PORTSDIR}/www/p5-Starlet
BUILD_DEPENDS= ${RUN_DEPENDS}
TEST_DEPENDS= \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
PERL_MODBUILD= yes
MAN3= Monoceros.3 \
Plack::Middleware::MonocerosStatus.3
.include <bsd.port.mk>