14da6b094e
perl subroutines, forked system calls (e.g. "system()", "fork()") and from XS or C modules. ok landry@
18 lines
403 B
Makefile
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>
|