diff options
author | Anton Berezin <tobez@FreeBSD.org> | 2002-06-26 12:55:17 +0000 |
---|---|---|
committer | Anton Berezin <tobez@FreeBSD.org> | 2002-06-26 12:55:17 +0000 |
commit | fb2fcebc2501761b7c9159e3ef9d2538ff3b06c2 (patch) | |
tree | 6582aa975224b9b19f5eb83aa4a23d9dfafc97ad /devel | |
parent | 23162e593f3d5a0e4a142bc0e816eab893bdd9fd (diff) | |
download | ports-fb2fcebc2501761b7c9159e3ef9d2538ff3b06c2.tar.gz ports-fb2fcebc2501761b7c9159e3ef9d2538ff3b06c2.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 10 | ||||
-rw-r--r-- | devel/p5-IPC-Run/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-IPC-Run/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-IPC-Run/pkg-plist | 4 |
4 files changed, 13 insertions, 5 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> diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index f1185e96bc14..68759937d362 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1 +1 @@ -MD5 (IPC-Run-0.44.tar.gz) = 3a00ba86476673974079f69a773d3d06 +MD5 (IPC-Run-0.74.tar.gz) = 62bf417717c0b4660d42db2ea47ff6c9 diff --git a/devel/p5-IPC-Run/pkg-descr b/devel/p5-IPC-Run/pkg-descr index 0c9737bf8a71..bbc971c07119 100644 --- a/devel/p5-IPC-Run/pkg-descr +++ b/devel/p5-IPC-Run/pkg-descr @@ -3,4 +3,4 @@ and pseudo-ttys. Both event-loop and procedural techniques are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed. -Currently, pseudo-ttys operations are not supported in FreeBSD. +WWW: http://search.cpan.org/search?dist=IPC-Run diff --git a/devel/p5-IPC-Run/pkg-plist b/devel/p5-IPC-Run/pkg-plist index f1459b4ea153..8243ad5408ae 100644 --- a/devel/p5-IPC-Run/pkg-plist +++ b/devel/p5-IPC-Run/pkg-plist @@ -2,6 +2,10 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Run/.packlist lib/perl5/site_perl/%%PERL_VER%%/IPC/Run.pm lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Timer.pm lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/IO.pm +lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Debug.pm +lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32IO.pm +lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32Helper.pm +lib/perl5/site_perl/%%PERL_VER%%/IPC/Run/Win32Pump.pm @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Run @dirrm lib/perl5/site_perl/%%PERL_VER%%/IPC/Run @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true |