head	1.4;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


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

1.3
date	2012.06.10.18.42.38;	author swills;	state Exp;
branches;
next	1.2;

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

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


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	POE::Component::Server::PSGI
# Date created:		02 Apr 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-POE-Component-Server-PSGI/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	POE-Component-Server-PSGI
PORTVERSION=	0.6
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension to PSGI Server implementation for POE

RUN_DEPENDS=	p5-POEx-Role-PSGIServer>0:${PORTSDIR}/www/p5-POEx-Role-PSGIServer
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	POE::Component::Server::PSGI.3 \
	Plack::Server::POE.3

.include <bsd.port.mk>
@


1.3
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.2
log
@- Upgrade to 0.6.
@
text
@d18 1
a18 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.1
log
@PSGI Server implementation for POE.

WWW: http://search.cpan.org/dist/POE-Component-Server-PSGI/
@
text
@d9 1
a9 1
PORTVERSION=	0.5
d17 1
a17 6
RUN_DEPENDS=	\
	p5-Plack>0:${PORTSDIR}/www/p5-Plack \
	p5-libwww>0:${PORTSDIR}/www/p5-libwww \
	p5-POE>0:${PORTSDIR}/devel/p5-POE \
	p5-POE-Filter-HTTP-Parser>0:${PORTSDIR}/www/p5-POE-Filter-HTTP-Parser \
	p5-namespace-autoclean>0:${PORTSDIR}/devel/p5-namespace-autoclean
@

