- Update to 0.91
- Sort MAN3 Changes: http://search.cpan.org/dist/IPC-Run/Changes
This commit is contained in:
parent
1ca4f076e5
commit
a0275c3e36
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291425
2 changed files with 11 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= IPC-Run
|
||||
PORTVERSION= 0.90
|
||||
PORTVERSION= 0.91
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
@ -14,12 +14,17 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= IPC::Run - Run subprocesses with piping and redirection
|
||||
|
||||
BUILD_DEPENDS= p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
|
||||
RUN_DEPENDS= p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
|
||||
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
|
||||
MAN3= IPC::Run.3 \
|
||||
IPC::Run::Debug.3 \
|
||||
IPC::Run::IO.3 \
|
||||
IPC::Run::Timer.3 \
|
||||
IPC::Run::Win32Helper.3 \
|
||||
IPC::Run::Win32IO.3 \
|
||||
IPC::Run::Win32Pump.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (IPC-Run-0.90.tar.gz) = 2f0070e34e5a10e5e4e4efdb812b01c7e32919818d43a030d90ca34200902883
|
||||
SIZE (IPC-Run-0.90.tar.gz) = 121467
|
||||
SHA256 (IPC-Run-0.91.tar.gz) = 5ca1e1688181582116159ab67ca3559d577ba04b92bc99378b48bbacf83c8480
|
||||
SIZE (IPC-Run-0.91.tar.gz) = 121462
|
||||
|
|
Loading…
Reference in a new issue