head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1;
locks; strict;
comment	@# @;


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

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

1.1
date	2010.09.04.13.45.20;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	Plack::Middleware::Throttle
# Date created:		04 Sep 2010
# Whom:			Jun Kuriyama <kuriyama@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-Plack-Middleware-Throttle/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Plack-Middleware-Throttle
PORTVERSION=	0.01
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	kuriyama@@FreeBSD.org
COMMENT=	Perl extension of rate-limiting incoming HTTP requests for Plack

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

PERL_CONFIGURE=	yes

MAN3=	Plack::Middleware::Throttle.3 \
	Plack::Middleware::Throttle::Daily.3 \
	Plack::Middleware::Throttle::Hourly.3 \
	Plack::Middleware::Throttle::Interval.3 \
	Plack::Middleware::Throttle::Limiter.3

.include <bsd.port.mk>
@


1.2
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.1
log
@A Plack Middleware for rate-limiting incoming HTTP requests.

WWW: http://search.cpan.org/dist/Plack-Middleware-Throttle/
@
text
@d22 1
a22 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@

