head	1.5;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.10.18.42.39;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2012.05.27.08.24.30;	author kuriyama;	state Exp;
branches;
next	1.2;

1.2
date	2012.04.22.11.42.34;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2011.08.06.09.21.14;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Plack::Handler::CLI
# Date created:		06 Aug 2011
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-Handler-CLI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

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>
@


1.4
log
@- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:		ports/168208
Approved by:	portmgr (miwi)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Upgrade to 0.04.
@
text
@d21 1
a21 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@- Add test depends.

PR:		ports/166761
Submitted by:	swills
@
text
@d9 1
a9 1
PORTVERSION=	0.03
@


1.1
log
@Plack::Handler::CLI is a PSGI handler which provides a command line
interface for PSGI applications.

WWW: http://search.cpan.org/dist/Plack-Handler-CLI/
@
text
@d22 4
@

