mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
28 lines
598 B
Makefile
28 lines
598 B
Makefile
# 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}
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Plack::Handler::SCGI.3
|
|
|
|
.include <bsd.port.mk>
|