1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/devel/p5-IPC-Run/Makefile
Frederic Culot 6d7732cc56 - Update to 0.92
- Add LICENSE (Artistic 1 & GPL 1)

Changes:	http://search.cpan.org/dist/IPC-Run/Changes
2012-10-01 08:43:39 +00:00

30 lines
617 B
Makefile

# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$
PORTNAME= IPC-Run
PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= IPC::Run - Run subprocesses with piping and redirection
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
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>