17 lines
326 B
Makefile
17 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.8 2020/07/03 21:44:56 sthen Exp $
|
|
|
|
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>
|