openbsd-ports/devel/p5-IO-Capture/Makefile
kevlo b926d36c27 Initial import of p5-IO-Capture 0.03
The IO::Capture Module defines an abstract base class that can be
used to create any number of useful sub-classes that capture output 
being sent on a filehandle such as STDOUT or STDERR.
2005-01-12 08:58:43 +00:00

21 lines
423 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2005/01/12 08:58:43 kevlo Exp $
COMMENT= "module for capturing output"
DISTNAME= IO-Capture-0.03
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>