15 lines
314 B
Makefile
15 lines
314 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/03/11 10:50:18 espie 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
|
|
|
|
.include <bsd.port.mk>
|