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


1.5
date	2012.11.17.06.02.46;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.01.09.18.25.31;	author swills;	state Exp;
branches;
next	1.3;

1.3
date	2011.09.17.07.06.37;	author sunpoet;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.20.03.04.25;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.12.17.18.08;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:  Catalyst-Controller-RateLimit
# Date created: 12 February 2010
# Whom: andrey@@kostenko.name
#
# $FreeBSD: head/www/p5-Catalyst-Controller-RateLimit/Makefile 300897 2012-07-14 14:29:18Z beat $

PORTNAME=	Catalyst-Controller-RateLimit
PORTVERSION=	0.28
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	perl@@FreeBSD.org
COMMENT=	Protect your site from robots

BUILD_DEPENDS=	p5-Algorithm-FloodControl>=1.91:${PORTSDIR}/devel/p5-Algorithm-FloodControl \
		p5-Catalyst-Plugin-Cache-FastMmap>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-Cache-FastMmap \
		p5-Catalyst-Plugin-ConfigLoader>=0:${PORTSDIR}/www/p5-Catalyst-Plugin-ConfigLoader \
		p5-Catalyst-Runtime>=5.7002:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-Params-Validate>=0:${PORTSDIR}/devel/p5-Params-Validate
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Test-WWW-Mechanize-Catalyst>=0:${PORTSDIR}/devel/p5-Test-WWW-Mechanize-Catalyst \
		p5-Class-Data-Inheritable>=0:${PORTSDIR}/devel/p5-Class-Data-Inheritable \
		p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok

PERL_CONFIGURE=	yes
MAN3=	Catalyst::Controller::RateLimit.3

.include <bsd.port.mk>
@


1.4
log
@- Add missing BUILD_DEPENDS so the module works
- Expand value of RUN_DEPENDS before assigning it to BUILD_DEPENDS
- Add TEST_DEPENDS to enable testing
- Bump PORTREVISION due to new RUN_DEPENDS
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+

Suggested by:	az
With hat:	perl
@
text
@d9 1
d17 4
a20 1
RUN_DEPENDS=	p5-Algorithm-FloodControl>=1.91:${PORTSDIR}/devel/p5-Algorithm-FloodControl \
d22 4
a25 1
BUILD_DEPENDS=	${RUN_DEPENDS}
@


1.2
log
@Reassign ports from andrey@@kostenko.name to perl@@ due to lack of time.

Hat:		portmgr
@
text
@d20 1
a20 1
PERL_CONFIGURE=	5.8.7+
@


1.1
log
@Protect your site from robots

WWW: http://search.cpan.org/dist/Catalyst-Controller-RateLimit

PR:		143842
Submitted by:	Andrey Kostenko <andrey@@kostenko.name>
@
text
@d13 1
a13 1
MAINTAINER=	andrey@@kostenko.name
@

