aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IO-CaptureOutput
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 23:45:30 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2010-01-28 23:45:30 +0000
commit03174d91effd822a4d92b4f1faa0fa18199f72c5 (patch)
tree3247f76b005686db0773ea6e5de61f58c635c9a9 /devel/p5-IO-CaptureOutput
parentc5f8b8a8b92d151a181f4429ffd6f2f00c2232d6 (diff)
downloadports-03174d91effd822a4d92b4f1faa0fa18199f72c5.tar.gz
ports-03174d91effd822a4d92b4f1faa0fa18199f72c5.zip
- Remove unneeded dependencies which is in perl-5.8.9 dist
(part 15). Approved by: portmgr (itetcu)
Notes
Notes: svn path=/head/; revision=248780
Diffstat (limited to 'devel/p5-IO-CaptureOutput')
-rw-r--r--devel/p5-IO-CaptureOutput/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/p5-IO-CaptureOutput/Makefile b/devel/p5-IO-CaptureOutput/Makefile
index 9d96a5e9ca2e..285c9f3041ca 100644
--- a/devel/p5-IO-CaptureOutput/Makefile
+++ b/devel/p5-IO-CaptureOutput/Makefile
@@ -7,6 +7,7 @@
PORTNAME= IO-CaptureOutput
PORTVERSION= 1.11.01
+PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -17,9 +18,6 @@ COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
PERL_CONFIGURE= yes
-RUN_DEPENDS= p5-PathTools>=3.27:${PORTSDIR}/devel/p5-PathTools
-BUILD_DEPENDS= ${RUN_DEPENDS}
-
MAN3= IO::CaptureOutput.3
.include <bsd.port.mk>