aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-10-25 19:53:51 +0800
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-10-25 19:53:51 +0800
commit893da65e0df6198f722c8120f7cac614df518c6a (patch)
tree6ba4679663e21f917497152306d27e484300cefb
parent1d0b887e9bbcda6e7ccffcb90b1fd5c7ad24b6c4 (diff)
downloadfreebsd-ports-gnome-893da65e0df6198f722c8120f7cac614df518c6a.tar.gz
freebsd-ports-gnome-893da65e0df6198f722c8120f7cac614df518c6a.tar.zst
freebsd-ports-gnome-893da65e0df6198f722c8120f7cac614df518c6a.zip
Add dependency on SQL::Abstract.
Approved by: lth (maintainer)
-rw-r--r--databases/p5-Class-DBI-Plugin-AbstractCount/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile b/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
index e1f9fd39c002..e5cb6f41eadf 100644
--- a/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
+++ b/databases/p5-Class-DBI-Plugin-AbstractCount/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Class-DBI-Plugin-AbstractCount
PORTVERSION= 0.06
+PORTREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Class
@@ -16,7 +17,8 @@ MAINTAINER= lth@FreeBSD.org
COMMENT= Get COUNT(*) results with abstract SQL
BUILD_DEPENDS= ${SITE_PERL}/Class/DBI/Plugin.pm:${PORTSDIR}/databases/p5-Class-DBI-Plugin \
- ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI
+ ${SITE_PERL}/Class/DBI.pm:${PORTSDIR}/databases/p5-Class-DBI \
+ ${SITE_PERL}/SQL/Abstract.pm:${PORTSDIR}/databases/p5-SQL-Abstract
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes