mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
e924de8caf
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>
28 lines
861 B
Makefile
28 lines
861 B
Makefile
# New ports collection makefile for: p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging
|
|
# Date created: 2010-07-28
|
|
# Whom: Alex Bakhtin <Alex.Bakhtin@gmail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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
|
|
|
|
RUN_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
|
|
BUILD_DEPENDS= p5-ExtUtils-MakeMaker>=6.11:${PORTSDIR}/devel/p5-ExtUtils-MakeMaker
|
|
|
|
USE_PERL5= 5.8.1+
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3
|
|
|
|
.include <bsd.port.mk>
|