freebsd-ports/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile
2013-11-04 14:12:29 +00:00

27 lines
761 B
Makefile

# $FreeBSD$
PORTNAME= Plack-Middleware-ServerStatus-Lite
PORTVERSION= 0.33
CATEGORIES= www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Plack middleware to show server status like Apache mod_status
RUN_DEPENDS= \
p5-JSON>=2.53:${PORTSDIR}/converters/p5-JSON \
p5-Net-CIDR-Lite>0:${PORTSDIR}/net/p5-Net-CIDR-Lite \
p5-Parallel-Scoreboard>=0.03:${PORTSDIR}/devel/p5-Parallel-Scoreboard \
p5-Plack>0:${PORTSDIR}/www/p5-Plack \
p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
# Tests will fail if not root or 80/tcp is used.
TEST_DEPENDS= \
p5-Starlet>0:${PORTSDIR}/www/p5-Starlet \
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>