aboutsummaryrefslogtreecommitdiffstats
path: root/www/p5-Plack-Handler-SCGI/Makefile
blob: d29ea53009430817153a4110db5885f21b046809 (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
# New ports collection makefile for:    Plack::Handler::SCGI
# Date created:     06 Apr 2010
# Whom:         Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   Plack-Handler-SCGI
PORTVERSION=    0.02
CATEGORIES= www perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= kuriyama@FreeBSD.org
COMMENT=    Perl extension for PSGI handler on SCGI daemon

RUN_DEPENDS=    \
    p5-Plack>=0.9901:${PORTSDIR}/www/p5-Plack \
    p5-SCGI>0:${PORTSDIR}/www/p5-SCGI \
    p5-Try-Tiny>=0.04:${PORTSDIR}/lang/p5-Try-Tiny
BUILD_DEPENDS:= ${RUN_DEPENDS}

USES=       perl5
USE_PERL5=  configure

MAN3=   Plack::Handler::SCGI.3

.include <bsd.port.mk>