aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Test-Memory-Cycle
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2015-02-27 00:35:14 +0800
committeradamw <adamw@FreeBSD.org>2015-02-27 00:35:14 +0800
commitd56370b7803387fdad47e0a12dd86a1d7d6855a5 (patch)
tree83b76e0fa7d72b4a7a6b2b8d6d7bb4731effe1e2 /devel/p5-Test-Memory-Cycle
parent223ab9c5b2fc2fde788496316d0feff927358406 (diff)
downloadfreebsd-ports-graphics-d56370b7803387fdad47e0a12dd86a1d7d6855a5.tar.gz
freebsd-ports-graphics-d56370b7803387fdad47e0a12dd86a1d7d6855a5.tar.zst
freebsd-ports-graphics-d56370b7803387fdad47e0a12dd86a1d7d6855a5.zip
This should work fine with the version of Test::Simple in core.
Diffstat (limited to 'devel/p5-Test-Memory-Cycle')
-rw-r--r--devel/p5-Test-Memory-Cycle/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/p5-Test-Memory-Cycle/Makefile b/devel/p5-Test-Memory-Cycle/Makefile
index 512cfab502a..0742f2baf3c 100644
--- a/devel/p5-Test-Memory-Cycle/Makefile
+++ b/devel/p5-Test-Memory-Cycle/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Test-Memory-Cycle
PORTVERSION= 1.04
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -12,8 +12,7 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= Check for memory leaks and circular memory references
BUILD_DEPENDS= p5-Devel-Cycle>=0:${PORTSDIR}/devel/p5-Devel-Cycle \
- p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker \
- p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
+ p5-PadWalker>=0:${PORTSDIR}/devel/p5-PadWalker
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5