0fabdb3598
- 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
25 lines
760 B
Makefile
25 lines
760 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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Catalyst::TraitFor::Controller::DBIC::DoesPaging.3
|
|
|
|
.include <bsd.port.mk>
|