diff options
author | mat <mat@FreeBSD.org> | 2003-10-02 15:52:06 +0000 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2003-10-02 15:52:06 +0000 |
commit | f2054912c81af66f71c54f08d656bba880892a3c (patch) | |
tree | 03a83cc386b845d1084406f2e256c9cc49b509ba /devel/p5-IPC-Run | |
parent | 8bf45aece10b0896f3a83b83d73bd8e5c90d851e (diff) | |
download | FreeBSD-ports-f2054912c81af66f71c54f08d656bba880892a3c.zip FreeBSD-ports-f2054912c81af66f71c54f08d656bba880892a3c.tar.gz |
Update to 0.75
Cleanup
maintainer timeout (4 months)
PR: 52160
Submitted by: myself
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r-- | devel/p5-IPC-Run/Makefile | 15 | ||||
-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 | 24 |
4 files changed, 23 insertions, 20 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile index e2aabcc..e2e03ce 100644 --- a/devel/p5-IPC-Run/Makefile +++ b/devel/p5-IPC-Run/Makefile @@ -6,7 +6,7 @@ # PORTNAME= IPC-Run -PORTVERSION= 0.74 +PORTVERSION= 0.75 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= IPC @@ -16,15 +16,18 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= IPC::Run - Run subprocesses with piping and redirection 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 IPC::Run::Debug.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> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500601 +BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO +.endif + +.include <bsd.port.post.mk> diff --git a/devel/p5-IPC-Run/distinfo b/devel/p5-IPC-Run/distinfo index 6875993..cee5d73 100644 --- a/devel/p5-IPC-Run/distinfo +++ b/devel/p5-IPC-Run/distinfo @@ -1 +1 @@ -MD5 (IPC-Run-0.74.tar.gz) = 62bf417717c0b4660d42db2ea47ff6c9 +MD5 (IPC-Run-0.75.tar.gz) = 847a978dd319736f7966658cc7500ea8 diff --git a/devel/p5-IPC-Run/pkg-descr b/devel/p5-IPC-Run/pkg-descr index bbc971c..4c13456 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. -WWW: http://search.cpan.org/search?dist=IPC-Run +WWW: http://search.cpan.org/dist/IPC-Run/ diff --git a/devel/p5-IPC-Run/pkg-plist b/devel/p5-IPC-Run/pkg-plist index 8243ad5..e465af2 100644 --- a/devel/p5-IPC-Run/pkg-plist +++ b/devel/p5-IPC-Run/pkg-plist @@ -1,12 +1,12 @@ -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 -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true +%%SITE_PERL%%/IPC/Run.pm +%%SITE_PERL%%/IPC/Run/Debug.pm +%%SITE_PERL%%/IPC/Run/IO.pm +%%SITE_PERL%%/IPC/Run/Timer.pm +%%SITE_PERL%%/IPC/Run/Win32Helper.pm +%%SITE_PERL%%/IPC/Run/Win32IO.pm +%%SITE_PERL%%/IPC/Run/Win32Pump.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true +@dirrm %%SITE_PERL%%/IPC/Run +@unexec rmdir %D/%%SITE_PERL%%/IPC 2>/dev/null || true |