63d09c9c9b
RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned about for a while. PR: ports/168208 Approved by: portmgr (miwi)
31 lines
790 B
Makefile
31 lines
790 B
Makefile
# New ports collection makefile for: Plack::Handler::CLI
|
|
# Date created: 06 Aug 2011
|
|
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Plack-Handler-CLI
|
|
PORTVERSION= 0.04
|
|
CATEGORIES= www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kuriyama@FreeBSD.org
|
|
COMMENT= Perl extension for command line interface to PSGI applications
|
|
|
|
RUN_DEPENDS= \
|
|
p5-Any-Moose>0:${PORTSDIR}/devel/p5-Any-Moose \
|
|
p5-Plack>=0.99:${PORTSDIR}/www/p5-Plack \
|
|
p5-URI>0:${PORTSDIR}/net/p5-URI
|
|
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
|
TEST_DEPENDS= \
|
|
p5-HTTP-Request-AsCGI>0:${PORTSDIR}/www/p5-HTTP-Request-AsCGI \
|
|
p5-Test-Requires>0:${PORTSDIR}/devel/p5-Test-Requires \
|
|
p5-Test-TCP>0:${PORTSDIR}/devel/p5-Test-TCP
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Plack::Handler::CLI.3
|
|
|
|
.include <bsd.port.mk>
|