aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-Class-DBI-Plugin-Pager/Makefile
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2012-06-03 10:48:36 +0000
committerAndrej Zverev <az@FreeBSD.org>2012-06-03 10:48:36 +0000
commit40a693e37d5b8d4a4a391e3e2ac79a254704b765 (patch)
treea8fe33bfa3b131b12dcf6708fb06a94bdd42844a /databases/p5-Class-DBI-Plugin-Pager/Makefile
parent8a1cf7845435ae5e8fc14f8ca3c331528f6ddaa4 (diff)
downloadports-40a693e37d5b8d4a4a391e3e2ac79a254704b765.tar.gz
ports-40a693e37d5b8d4a4a391e3e2ac79a254704b765.zip
Notes
Diffstat (limited to 'databases/p5-Class-DBI-Plugin-Pager/Makefile')
-rw-r--r--databases/p5-Class-DBI-Plugin-Pager/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/p5-Class-DBI-Plugin-Pager/Makefile b/databases/p5-Class-DBI-Plugin-Pager/Makefile
index c656ea361253..e016c7617edb 100644
--- a/databases/p5-Class-DBI-Plugin-Pager/Makefile
+++ b/databases/p5-Class-DBI-Plugin-Pager/Makefile
@@ -15,10 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
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 \
+BUILD_DEPENDS= p5-Class-DBI>=0:${PORTSDIR}/databases/p5-Class-DBI \
+ p5-SQL-Abstract>=0:${PORTSDIR}/databases/p5-SQL-Abstract \
+ p5-UNIVERSAL-require>=0:${PORTSDIR}/devel/p5-UNIVERSAL-require \
+ p5-Data-Page>=0:${PORTSDIR}/databases/p5-Data-Page \
p5-Class-DBI-Plugin-AbstractCount>=0:${PORTSDIR}/databases/p5-Class-DBI-Plugin-AbstractCount
RUN_DEPENDS:= ${BUILD_DEPENDS}