head	1.16;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.02.48;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2012.04.01.02.25.00;	author swills;	state Exp;
branches;
next	1.14;

1.14
date	2011.10.07.11.22.45;	author culot;	state Exp;
branches;
next	1.13;

1.13
date	2011.03.25.09.09.58;	author bapt;	state Exp;
branches;
next	1.12;

1.12
date	2010.10.29.13.38.51;	author bapt;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.10.01.37.08;	author pgollucci;	state Exp;
branches;
next	1.10;

1.10
date	2010.02.16.10.28.56;	author tobez;	state Exp;
branches;
next	1.9;

1.9
date	2009.09.07.12.17.09;	author jadawin;	state Exp;
branches;
next	1.8;

1.8
date	2009.07.21.08.27.37;	author jadawin;	state Exp;
branches;
next	1.7;

1.7
date	2009.03.27.22.23.04;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.10.17.22.44.52;	author leeym;	state Exp;
branches;
next	1.5;

1.5
date	2008.08.28.16.06.05;	author erwin;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.19.17.07.29;	author mat;	state Exp;
branches;
next	1.3;

1.3
date	2008.01.20.14.29.17;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2007.12.25.02.55.24;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.14.03.55.31;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-FCGI-Async
# Date created:		2007-06-10
# Whom:			Gea-Suan Lin <gslin@@gslin.org>
#
# $FreeBSD: head/www/p5-FCGI-Async/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	FCGI-Async
PORTVERSION=	0.22
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Module to allow use of FastCGI asynchronously

LICENSE=	ART10 GPLv1
LICENSE_COMB=	dual

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

PERL_CONFIGURE=	yes

MAN3=		Plack::Handler::FCGI::Async.3 \
		FCGI::Async::PSGI.3 \
		FCGI::Async.3

.include <bsd.port.mk>
@


1.15
log
@- Add missing DEPENDS
- Add TEST_DEPENDS
- Bump PORTREVISION

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@- Fix LICENSE (Artistic 1 instead of Artistic 2)
- Pet portlint(1)

PR:		ports/161336
Submitted by:	Simon Olofsson <simon@@olofsson.de>
@
text
@d10 1
d21 2
a22 1
RUN_DEPENDS=	p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async \
d24 4
@


1.13
log
@- update to 0.22
- add licences
- changes: http://cpansearch.perl.org/src/PEVANS/FCGI-Async-0.22/Changes
@
text
@d17 1
a18 1
LICENSE=	ART20 GPLv1
@


1.12
log
@- Update to 0.21
- Changes http://cpansearch.perl.org/src/PEVANS/FCGI-Async-0.21/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.21
d17 3
d25 3
a27 3
MAN3=		FCGI::Async.3 FCGI::Async::Request.3 \
		Plack::Handler::FCGI::Async.3 \
		FCGI::Async::PSGI.3
@


1.11
log
@- Update to 0.20

With Hat:       perl@@
Changes:        http:/search.cpan.org/dist/FCGI-Async/Changes
@
text
@d9 1
a9 1
PORTVERSION=	0.20
d18 1
a18 1
  				p5-Net-FastCGI>=0:${PORTSDIR}/www/p5-Net-FastCGI
d22 3
a24 1
MAN3=		FCGI::Async.3 FCGI::Async::Request.3
@


1.10
log
@Update to 0.19.

Changes:	http://search.cpan.org/dist/FCGI-Async/Changes
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.19
d17 2
a18 1
RUN_DEPENDS=	p5-IO-Async>=0:${PORTSDIR}/devel/p5-IO-Async
@


1.9
log
@- Update to 0.18
@
text
@d9 1
a9 1
PORTVERSION=	0.18
@


1.8
log
@- Update to 0.17
@
text
@d9 1
a9 1
PORTVERSION=	0.17
@


1.7
log
@- Update to 0.16
@
text
@d9 1
a9 1
PORTVERSION=	0.16
d21 1
a21 1
MAN3=		FCGI::Async.3 FCGI::Async::Constants.3 FCGI::Async::Request.3
@


1.6
log
@- update to 0.15
@
text
@d9 1
a9 1
PORTVERSION=	0.15
@


1.5
log
@Chase update of devel/p5-IO-Async.

Submitted by:	pointyhat
@
text
@d9 1
a9 2
PORTVERSION=	0.14
PORTREVISION=	1
d17 1
a17 1
RUN_DEPENDS=	${SITE_PERL}/IO/Async.pm:${PORTSDIR}/devel/p5-IO-Async
@


1.4
log
@Update to 0.14
@
text
@d10 1
d18 1
a18 1
RUN_DEPENDS=	${SITE_PERL}/IO/Async/Buffer.pm:${PORTSDIR}/devel/p5-IO-Async
@


1.3
log
@- Update to 0.13
@
text
@d9 1
a9 1
PORTVERSION=	0.13
@


1.2
log
@- Update to 0.12
- reset maintainer

PR:		ports/118655
Submitted by:	Gea-Suan Lin <gslin_AT_gslin dot org>
@
text
@d9 1
a9 1
PORTVERSION=	0.12
@


1.1
log
@Add p5-FCGI-Async 0.10, module to allow use of FastCGI asynchronously.

PR:		ports/113507
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
@
text
@d9 1
a9 1
PORTVERSION=	0.10
a11 1
MASTER_SITE_SUBDIR=	FCGI
d14 1
a14 1
MAINTAINER=	gslin@@gslin.org
@

