aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-IPC-Run/Makefile
diff options
context:
space:
mode:
authortobez <tobez@FreeBSD.org>2002-06-26 20:55:17 +0800
committertobez <tobez@FreeBSD.org>2002-06-26 20:55:17 +0800
commitf1a29d1976fdf6dc2b95d624789cc996205a5fa9 (patch)
treeeeac3378c3f56c6a4241c1ca41d35e429e4a8021 /devel/p5-IPC-Run/Makefile
parentbaf8b5e8778e04b4fbdbfd8dd712915e71f7a811 (diff)
downloadfreebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.tar.gz
freebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.tar.zst
freebsd-ports-gnome-f1a29d1976fdf6dc2b95d624789cc996205a5fa9.zip
1. Update to 0.74.
2. Add dependecnies to make sure it works with pseudo-ttys this time. PR: 39400 (for item 1) Submitted by: Erwin Lansing <erwin@lansing.dk> (for item 1)
Diffstat (limited to 'devel/p5-IPC-Run/Makefile')
-rw-r--r--devel/p5-IPC-Run/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile
index 0c214653fb81..429ecc735e09 100644
--- a/devel/p5-IPC-Run/Makefile
+++ b/devel/p5-IPC-Run/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= IPC-Run
-PORTVERSION= 0.44
+PORTVERSION= 0.74
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= IPC
@@ -14,12 +14,16 @@ PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
-BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
+BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO \
+ ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS= ${BUILD_DEPENDS}
+SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}
PERL_CONFIGURE= yes
-MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3
+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
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>