summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2012-07-22 09:02:39 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2012-07-22 09:02:39 +0000
commitc51e78ae081d6ad6d446a6cfde96b147f6fd83f0 (patch)
tree83fee8891d532c49b83ae88791dbf959de8b9d91
parent- Update to 0.18 (diff)
- Fix dependency versions.
Notes
Notes: svn path=/head/; revision=301305
-rw-r--r--devel/p5-Test-MockObject/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Test-MockObject/Makefile b/devel/p5-Test-MockObject/Makefile
index 093836262f6c..fc2a3a1c997a 100644
--- a/devel/p5-Test-MockObject/Makefile
+++ b/devel/p5-Test-MockObject/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Test-MockObject
PORTVERSION= 1.20120301
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -14,12 +15,12 @@ PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Tests remote URLs or local web files
-BUILD_DEPENDS= p5-UNIVERSAL-can>=1.16:${PORTSDIR}/devel/p5-UNIVERSAL-can \
- p5-UNIVERSAL-isa>=1.03:${PORTSDIR}/devel/p5-UNIVERSAL-isa
-RUN_DEPENDS= p5-UNIVERSAL-can>=1.16:${PORTSDIR}/devel/p5-UNIVERSAL-can \
- p5-UNIVERSAL-isa>=1.03:${PORTSDIR}/devel/p5-UNIVERSAL-isa
-TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
- p5-Test-Warn>=0:${PORTSDIR}/devel/p5-Test-Warn
+BUILD_DEPENDS= p5-UNIVERSAL-can>=1.20110617:${PORTSDIR}/devel/p5-UNIVERSAL-can \
+ p5-UNIVERSAL-isa>=1.20110614:${PORTSDIR}/devel/p5-UNIVERSAL-isa
+RUN_DEPENDS= p5-UNIVERSAL-can>=1.20110617:${PORTSDIR}/devel/p5-UNIVERSAL-can \
+ p5-UNIVERSAL-isa>=1.20110614:${PORTSDIR}/devel/p5-UNIVERSAL-isa
+TEST_DEPENDS= p5-Test-Exception>=0.31:${PORTSDIR}/devel/p5-Test-Exception \
+ p5-Test-Warn>=0.23:${PORTSDIR}/devel/p5-Test-Warn
PERL_CONFIGURE= yes
INSTALL_TARGET= pure_install