freebsd-ports/devel/p5-IO-CaptureOutput/Makefile
Jun Kuriyama 03174d91ef - Remove unneeded dependencies which is in perl-5.8.9 dist
(part 15).

Approved by:	portmgr (itetcu)
2010-01-28 23:45:30 +00:00

23 lines
507 B
Makefile

# New ports collection makefile for: devel/p5-IO-CaptureOutput
# Date created: 27 December 2004
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-CaptureOutput
PORTVERSION= 1.11.01
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E}
MAINTAINER= lth@FreeBSD.org
COMMENT= Capture STDOUT/STDERR from subprocesses and XS/C modules
PERL_CONFIGURE= yes
MAN3= IO::CaptureOutput.3
.include <bsd.port.mk>