15 lines
266 B
Makefile
15 lines
266 B
Makefile
|
COMMENT = capture STDOUT and STDERR from Perl code, subprocesses or XS
|
||
|
|
||
|
MODULES = cpan
|
||
|
PKG_ARCH = *
|
||
|
DISTNAME = IO-CaptureOutput-1.1104
|
||
|
CATEGORIES = devel
|
||
|
REVISION = 1
|
||
|
|
||
|
MAINTAINER = Pascal Stumpf <pascal@stumpf.co>
|
||
|
|
||
|
# Perl
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|