aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-ObjectDriver/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/p5-Data-ObjectDriver/Makefile')
-rw-r--r--devel/p5-Data-ObjectDriver/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Data-ObjectDriver/Makefile b/devel/p5-Data-ObjectDriver/Makefile
index 1e5439a11304..6da71acfdadc 100644
--- a/devel/p5-Data-ObjectDriver/Makefile
+++ b/devel/p5-Data-ObjectDriver/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Data-ObjectDriver
-PORTVERSION= 0.10
+PORTVERSION= 0.11
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -19,9 +19,10 @@ BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \
p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \
p5-Text-SimpleTable>=0:${PORTSDIR}/textproc/p5-Text-SimpleTable
RUN_DEPENDS:= ${BUILD_DEPENDS}
-TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
+TEST_DEPENDS= p5-DBD-SQLite>=0:${PORTSDIR}/databases/p5-DBD-SQLite \
+ p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception
USES= perl5
-USE_PERL5= configure
+USE_PERL5= modbuild
.include <bsd.port.mk>