freebsd-ports/devel/p5-IPC-Run3/Makefile
Philip M. Gollucci c10f314307 - lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks
PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
2009-07-22 16:27:08 +00:00

25 lines
534 B
Makefile

# New ports collection makefile for: devel/p5-IPC-Run3
# Date created: Apr 27 2004
# Whom: Autrijus Tang <autrijus@autrijus.org>
#
# $FreeBSD$
PORTNAME= IPC-Run3
PORTVERSION= 0.043
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= clsung@FreeBSD.org
COMMENT= Run a subprocess in batch mode
PERL_CONFIGURE= yes
MAN3= IPC::Run3.3 \
IPC::Run3::ProfArrayBuffer.3 \
IPC::Run3::ProfLogger.3 \
IPC::Run3::ProfLogReader.3 \
IPC::Run3::ProfPP.3 \
IPC::Run3::ProfReporter.3
.include <bsd.port.mk>