head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.02.52;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.04.12.14.23.51;	author swills;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.21.17.38.46;	author eadler;	state Exp;
branches;
next	1.5;

1.5
date	2011.03.20.18.08.36;	author lth;	state Exp;
branches;
next	1.4;

1.4
date	2010.09.10.03.54.34;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.06.19.09.53.51;	author lth;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.14.07.16.09;	author lth;	state Exp;
branches;
next	1.1;

1.1
date	2009.03.25.10.39.14;	author lth;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	POE-Filter-HTTP-Parser
# Date created:				25 Mar 2009
# Whom:					Lars Thegler <lth@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-POE-Filter-HTTP-Parser/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	POE-Filter-HTTP-Parser
PORTVERSION=	1.06
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	lth@@FreeBSD.org
COMMENT=	A HTTP POE filter for HTTP clients or servers

BUILD_DEPENDS=	p5-POE>=1.003:${PORTSDIR}/devel/p5-POE \
		p5-libwww>=0:${PORTSDIR}/www/libwww \
		p5-HTTP-Parser>=0.06:${PORTSDIR}/www/p5-HTTP-Parser
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-POE-Client-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Client-TCP \
		p5-Test-POE-Server-TCP>=0:${PORTSDIR}/devel/p5-Test-POE-Server-TCP

PERL_CONFIGURE=	yes

MAN3=		POE::Filter::HTTP::Parser.3

.include <bsd.port.mk>
@


1.7
log
@- Add TEST_DEPENDS

PR:		ports/166374
Approved by:	maintainer timeout (lth, >2 weeks)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d21 2
@


1.5
log
@Update to 1.06
@
text
@d20 1
a20 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.4
log
@- Update to 1.04

PR:             ports/149422
Submitted by:   Frederic Culot <frederic@@culot.org>
Approved by:    maintainer timeout (lth ; 33 days)
@
text
@d9 1
a9 1
PORTVERSION=	1.04
d19 1
a19 1
		p5-HTTP-Parser>=0.04:${PORTSDIR}/www/p5-HTTP-Parser
@


1.3
log
@Update to 1.02
@
text
@d9 1
a9 1
PORTVERSION=	1.02
@


1.2
log
@Update to 1.00
@
text
@d9 1
a9 1
PORTVERSION=	1.00
@


1.1
log
@Add p5-POE-Filter-HTTP-Parser 0.08, a HTTP POE filter for HTTP clients
or servers.
@
text
@d9 1
a9 1
PORTVERSION=	0.08
@

