head	1.4;
access;
symbols;
locks; strict;
comment	@# @;


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

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

1.2
date	2012.05.23.18.08.00;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2012.04.01.02.16.37;	author swills;	state Exp;
branches;
next	;


desc
@@


1.4
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312499
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Steve Wills <swills@@FreeBSD.org>
# $FreeBSD: head/www/p5-Net-Async-FastCGI/Makefile 312499 2013-02-18 10:33:31Z tobez $

PORTNAME=	Net-Async-FastCGI
PORTVERSION=	0.25
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Perl module to use FastCGI with IO::Async

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

BUILD_DEPENDS=	p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \
		p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
		p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-HexString>=0:${PORTSDIR}/devel/p5-Test-HexString \
		p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount \
		p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity

PERL_CONFIGURE=	yes

MAN3=	Net::Async::FastCGI.3 \
	Net::Async::FastCGI::PSGI.3 \
	Net::Async::FastCGI::Request.3 \
	Plack::Handler::Net::Async::FastCGI.3

.include <bsd.port.mk>
@


1.3
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	p5-Net-Async-FastCGI
# Date created:		2012-03-31
# Whom:			Steve Wills <swills@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Net-Async-FastCGI/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d5 1
a5 1
PORTVERSION=	0.24
d21 2
a22 1
		p5-Test-Refcount>0:${PORTSDIR}/devel/p5-Test-Refcount
d26 4
a29 1
MAN3=	Net::Async::FastCGI.3 Net::Async::FastCGI::Request.3
@


1.2
log
@- Update to 0.24
- Add LICENSE
- Sort PLIST

Changes:	http://search.cpan.org/dist/Net-Async-FastCGI/Changes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@Perl module to use FastCGI with IO::Async

WWW:	http://search.cpan.org/dist/Net-Async-FastCGI/

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.23
d17 3
@

