aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-IPC-Run
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-10-02 15:52:06 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-10-02 15:52:06 +0000
commitcef71608fab58c712ca385b1a45c8d0491f71d76 (patch)
tree3444acebffc6e455a6c76cd82d1fd1e9d63db55c /devel/p5-IPC-Run
parentc30ee8b3663e7520ce094a71584ef1e7477f838a (diff)
downloadports-cef71608fab58c712ca385b1a45c8d0491f71d76.tar.gz
ports-cef71608fab58c712ca385b1a45c8d0491f71d76.zip
Notes
Diffstat (limited to 'devel/p5-IPC-Run')
-rw-r--r--devel/p5-IPC-Run/Makefile15
-rw-r--r--devel/p5-IPC-Run/distinfo2
-rw-r--r--devel/p5-IPC-Run/pkg-descr2
-rw-r--r--devel/p5-IPC-Run/pkg-plist24
4 files changed, 23 insertions, 20 deletions
diff --git a/devel/p5-IPC-Run/Makefile b/devel/p5-IPC-Run/Makefile
index e2aabcc0cfdd..e2e03ce8bde7 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 68759937d362..cee5d735bfaf 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 bbc971c07119..4c13456f5954 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 8243ad5408ae..e465af277b74 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