aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Visitor/Makefile
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2006-04-04 15:10:56 +0000
committerErwin Lansing <erwin@FreeBSD.org>2006-04-04 15:10:56 +0000
commit2a6c84112de554ce56cf0ae4457bf47bb9030f40 (patch)
treecedf27b33ee3c50e4e893869956cd0fa45cc5a30 /devel/p5-Data-Visitor/Makefile
parent68ec890be8bd765ae5f426866c3cd49a443b66e1 (diff)
downloadports-2a6c84112de554ce56cf0ae4457bf47bb9030f40.tar.gz
ports-2a6c84112de554ce56cf0ae4457bf47bb9030f40.zip
Notes
Diffstat (limited to 'devel/p5-Data-Visitor/Makefile')
-rw-r--r--devel/p5-Data-Visitor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Data-Visitor/Makefile b/devel/p5-Data-Visitor/Makefile
index 3ca20920bc3b..70eb83031de2 100644
--- a/devel/p5-Data-Visitor/Makefile
+++ b/devel/p5-Data-Visitor/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= Data-Visitor
-PORTVERSION= 0.03
+PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Data
@@ -17,7 +17,7 @@ COMMENT= Visitor style traversal of Perl data structures
BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple \
p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok \
- p5-Test-MockObject>=0:${PORTSDIR}/devel/p5-Test-MockObject \
+ p5-Test-MockObject>=1.04:${PORTSDIR}/devel/p5-Test-MockObject \
p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor
RUN_DEPENDS= ${BUILD_DEPENDS}