1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Fix dependency.

PR:		ports/159855
Submitted by:	swills
This commit is contained in:
Jun Kuriyama 2011-08-28 22:14:57 +00:00
parent b66ffe82cf
commit 125b4e914e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280648

View File

@ -7,7 +7,7 @@
PORTNAME= Class-DBI-Plugin-Pager
PORTVERSION= 0.561
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -18,7 +18,9 @@ COMMENT= Perl extension to paged queries for CDBI
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract \
${SITE_PERL}/UNIVERSAL/require.pm:${PORTSDIR}/devel/p5-UNIVERSAL-require \
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page
${SITE_PERL}/Data/Page.pm:${PORTSDIR}/databases/p5-Data-Page \
p5-Class-DBI-Plugin-AbstractCount>=0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-AbstractCount
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Class::DBI::Plugin::Pager.3