Update www/p5-Dancer2-Plugin-Interchange6 to version 0.203
[dports.git] / www / p5-LWP-ConnCache-MaxKeepAliveRequests / Makefile
1 # Created by: Greg Larkin <glarkin@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       LWP-ConnCache-MaxKeepAliveRequests
5 PORTVERSION=    0.33
6 PORTREVISION=   1
7 CATEGORIES=     www perl5
8 MASTER_SITES=   CPAN
9 PKGNAMEPREFIX=  p5-
10
11 MAINTAINER=     perl@FreeBSD.org
12 COMMENT=        Connection cache that enforces a max keep alive limit
13
14 RUN_DEPENDS=    p5-libwww>=0:www/p5-libwww \
15                 p5-Moose>=0:devel/p5-Moose
16 BUILD_DEPENDS:= ${RUN_DEPENDS}
17
18 USES=           perl5
19 USE_PERL5=      configure
20
21 .include <bsd.port.mk>