aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Plack-Middleware-ServerStatus-Lite/Makefile
blob: 12ef966a6d680af71c3ec18b2a3b6c0dc2bfdfb7 (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
# $FreeBSD$

PORTNAME=   Plack-Middleware-ServerStatus-Lite
PORTVERSION=    0.34
PORTREVISION=   2
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Plack middleware to show server status like Apache mod_status

LICENSE=    ART10 GPLv1
LICENSE_COMB=   dual

RUN_DEPENDS=    \
    p5-JSON>=2.53:converters/p5-JSON \
    p5-Net-CIDR-Lite>0:net/p5-Net-CIDR-Lite \
    p5-Parallel-Scoreboard>=0.03:devel/p5-Parallel-Scoreboard \
    p5-Plack>0:www/p5-Plack \
    p5-Try-Tiny>=0.09:lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}
# Tests will fail if not root or 80/tcp is used.
TEST_DEPENDS=   \
    p5-Starlet>0:www/p5-Starlet \
    p5-Test-TCP>0:devel/p5-Test-TCP

USES=   perl5
USE_PERL5=  modbuild
NO_ARCH=    YES

.include <bsd.port.mk>