diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-07 23:02:57 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2009-01-07 23:02:57 +0000 |
commit | 3be670582fc8250f82ebd0b6a14da2c77e50265d (patch) | |
tree | f8d431e1bff8148343abd97db3d9efeeec89526e /devel/p5-IPC-Run | |
parent | 7755d2486b9604e2adec1fb7fd3090dca5480014 (diff) | |
download | ports-3be670582fc8250f82ebd0b6a14da2c77e50265d.tar.gz ports-3be670582fc8250f82ebd0b6a14da2c77e50265d.zip |
Notes
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 11 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 6 |
2 files changed, 6 insertions, 11 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index 67fc2b908f14..4314d2d08fbe 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IPC-Run -PORTVERSION= 0.80 +PORTVERSION= 0.82 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= IPC::Run - Run subprocesses with piping and redirection +RUN_DEPENDS= p5-IO-Tty>=1.00:${PORTSDIR}/devel/p5-IO-Tty BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes @@ -21,10 +22,4 @@ PERL_CONFIGURE= yes MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3 IPC::Run::Debug.3 \ IPC::Run::Win32IO.3 IPC::Run::Win32Helper.3 IPC::Run::Win32Pump.3 -.include <bsd.port.pre.mk> - -.if ${PERL_LEVEL} >= 500800 -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index a0a4d3e8653c..af7a0df9a395 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1,3 +1,3 @@ -MD5 (IPC-Run-0.80.tar.gz) = a867e694862afd4a3c429124618fc15e -SHA256 (IPC-Run-0.80.tar.gz) = 445e857caca501cdde57019e4e7ce5eacbc329728216119e9c338e04eed460d1 -SIZE (IPC-Run-0.80.tar.gz) = 89933 +MD5 (IPC-Run-0.82.tar.gz) = 6eb9fa0058956ece7fdf25c6ec395288 +SHA256 (IPC-Run-0.82.tar.gz) = 37a2d2f2758132ccffbd5cc5e007cd2d5db64f3cba2343dbc44c77b8b772beec +SIZE (IPC-Run-0.82.tar.gz) = 117052 |