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


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

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

1.2
date	2012.03.17.22.42.01;	author swills;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.04.14.04.17;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-LWP-ConnCache-MaxKeepAliveRequests
# Date created:				2009-02-04
# Whom:					Greg Larkin <glarkin@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-LWP-ConnCache-MaxKeepAliveRequests/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	LWP-ConnCache-MaxKeepAliveRequests
PORTVERSION=	0.33
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	glarkin@@FreeBSD.org
COMMENT=	A connection cache that enforces a max keep alive limit

RUN_DEPENDS=	p5-libwww>=0:${PORTSDIR}/www/p5-libwww \
		p5-Moose>=0:${PORTSDIR}/devel/p5-Moose
BUILD_DEPENDS:=	${RUN_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=		LWP::ConnCache::MaxKeepAliveRequests.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
@- Update to 0.33

PR:		ports/165823
Approved by:	glarkin (maintainer)
Feature safe:	yes
@
text
@d19 1
a19 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.1
log
@LWP::UserAgent is the default module for issuing HTTP requests from
Perl. It has a keep_alive setting which by default allows unlimited
requests to the same server. Some servers will disconnect you after
a limited number of requests (in Apache 2 this is achieved with the
MaxKeepAliveRequests directive). This module allows you to limit
the maximum number of keep alive requests to a server.

WWW:     http://search.cpan.org/dist/LWP-UserAgent-Determined/
@
text
@d9 1
a9 1
PORTVERSION=	0.32
@

