freebsd-ports/devel/p5-IO-CaptureOutput/Makefile

24 lines
507 B
Makefile
Raw Normal View History

# New ports collection makefile for: devel/p5-IO-CaptureOutput
# Date created: 27 December 2004
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= IO-CaptureOutput
2009-03-12 10:46:44 +01:00
PORTVERSION= 1.11.01
PORTREVISION= 1
CATEGORIES= devel perl5
2007-12-14 10:22:45 +01:00
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
2009-02-09 12:04:58 +01:00
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>