freebsd-ports/www/p5-Catalyst-TraitFor-Controller-DBIC-DoesPaging/Makefile
Sunpoet Po-Chuan Hsieh 0fabdb3598 - 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
2011-12-12 13:05:40 +00:00

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>