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;
locks; strict;
comment	@# @;


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

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

1.2
date	2011.12.12.13.05.40;	author sunpoet;	state Exp;
branches;
next	1.1;

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


desc
@@


1.4
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging
# Date created:		2010-07-28
# Whom:			Alex Bakhtin <Alex.Bakhtin@@gmail.com>
#
# $FreeBSD: head/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	Catalyst-TraitFor-Controller-DBIC-DoesPaging
PORTVERSION=	1.001000
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	Alex.Bakhtin@@gmail.com
COMMENT=	Helps you paginate, search, sort, and more easily using DBIx::Class

BUILD_DEPENDS=	p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
		p5-Catalyst-Runtime>=5.80000:${PORTSDIR}/www/p5-Catalyst-Runtime \
		p5-DBIx-Class>=0.08108:${PORTSDIR}/databases/p5-DBIx-Class
RUN_DEPENDS:=	${BUILD_DEPENDS}
TEST_DEPENDS=	p5-Catalyst-View-JSON>=0:${PORTSDIR}/www/p5-Catalyst-View-JSON \
		p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
		p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \
		p5-SQL-Translator>=0:${PORTSDIR}/databases/p5-SQL-Translator \
		p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep

PERL_CONFIGURE=	yes

MAN3=		Catalyst::TraitFor::Controller::DBIC::DoesPaging.3

.include <bsd.port.mk>
@


1.3
log
@- Add missing DEPENDS
- Add TEST_DEPENDS

PR:		ports/166284
Approved by:	Alex Bakhtin <alex.bakhtin@@gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Remove unnecessary BUILD_DEPENDS: ExtUtils::MakeMaker>=6.11 is already in all supported Perl releases
- USE_PERL5 will be added automatically if PERL_CONFIGURE is set

Submitted by:	sunpoet (myself)
Approved by:	Alex Bakhtin <alex.bakhtin@@gmail.com> (maintainer, via email)
Feature safe:	yes
@
text
@d17 1
a17 1
RUN_DEPENDS=	p5-Catalyst-Model-DBIC-Schema>=0.29:${PORTSDIR}/www/p5-Catalyst-Model-DBIC-Schema \
d20 6
@


1.1
log
@Catalyst::TraitFor::Controller::DBIC::DoesPaging - Helps you paginate,
search, sort, and more easily using DBIx::Class.

This module helps you to map various DBIx::Class features to CGI
parameters. For the most part that means it will help you search,
sort, and paginate with a minimum of effort and thought.

WWW:	http://search.cpan.org/perldoc?Catalyst::TraitFor::Controller::DBIC::DoesPaging

PR:		ports/149026
Submitted by:	Alex Bakhtin <Alex.Bakhtin at gmail.com>
@
text
@a19 1
BUILD_DEPENDS=	p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
a20 1
USE_PERL5=	5.8.1+
@

