freebsd-ports/devel/p5-IPC-Run/Makefile
Sunpoet Po-Chuan Hsieh a0275c3e36 - Update to 0.91
- Sort MAN3

Changes:	http://search.cpan.org/dist/IPC-Run/Changes
2012-02-15 07:51:29 +00:00

30 lines
665 B
Makefile

# New ports collection makefile for: devele/p5-IPC-Run
# Date created: 12 July 2001
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IPC-Run
PORTVERSION= 0.91
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= IPC::Run - Run subprocesses with piping and redirection
BUILD_DEPENDS= p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
RUN_DEPENDS= p5-IO-Tty>=1.08:${PORTSDIR}/devel/p5-IO-Tty
PERL_CONFIGURE= yes
MAN3= IPC::Run.3 \
IPC::Run::Debug.3 \
IPC::Run::IO.3 \
IPC::Run::Timer.3 \
IPC::Run::Win32Helper.3 \
IPC::Run::Win32IO.3 \
IPC::Run::Win32Pump.3
.include <bsd.port.mk>