2001-07-13 00:16:42 +02:00
|
|
|
# New ports collection makefile for: devele/p5-IPC-Run
|
|
|
|
# Date created: 12 July 2001
|
|
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= IPC-Run
|
2006-05-11 10:34:41 +02:00
|
|
|
PORTVERSION= 0.80
|
2001-07-13 00:16:42 +02:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
|
|
MASTER_SITE_SUBDIR= IPC
|
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2005-01-21 10:51:37 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= IPC::Run - Run subprocesses with piping and redirection
|
2001-07-13 00:16:42 +02:00
|
|
|
|
2006-05-11 10:34:41 +02:00
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2001-07-13 00:16:42 +02:00
|
|
|
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
2003-10-02 17:52:06 +02:00
|
|
|
MAN3= IPC::Run.3 IPC::Run::IO.3 IPC::Run::Timer.3 IPC::Run::Debug.3 \
|
2002-06-26 14:55:17 +02:00
|
|
|
IPC::Run::Win32IO.3 IPC::Run::Win32Helper.3 IPC::Run::Win32Pump.3
|
2001-07-13 00:16:42 +02:00
|
|
|
|
2003-10-02 17:52:06 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} < 500601
|
2006-05-11 10:34:41 +02:00
|
|
|
RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/IO/Handle.pm:${PORTSDIR}/devel/p5-IO
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.if ${PERL_LEVEL} >= 500800
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IO/Tty.pm:${PORTSDIR}/devel/p5-IO-Tty
|
2003-10-02 17:52:06 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|