openbsd-ports/devel/p5-IO-CaptureOutput/Makefile
pascal 14da6b094e This module provides routines for capturing STDOUT and STDERR from
perl subroutines, forked system calls (e.g. "system()", "fork()")
and from XS or C modules.

ok landry@
2012-03-08 14:51:19 +00:00

18 lines
403 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/03/08 14:51:19 pascal Exp $
COMMENT = capture STDOUT and STDERR from Perl code, subprocesses or XS
MODULES = cpan
DISTNAME = IO-CaptureOutput-1.1102
CATEGORIES = devel
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>