openbsd-ports/sysutils/p5-Capture-Tiny/Makefile
jasper b9852005cf import p5-Capture-Tiny 0.06
Capture::Tiny provides a simple, portable way to capture anything sent
to STDOUT or STDERR, regardless of whether it comes from Perl, from XS
code or from an external program. Optionally, output can be tee(1)'d so
that it is captured while being passed through to the original handles.

from Stephan A. Rickauer, with some tweaks by me
2009-09-13 19:46:32 +00:00

23 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2009/09/13 19:46:32 jasper Exp $
COMMENT= capture STDOUT and STDERR
CPAN_AUTHOR= DAGOLDEN
MODULES= cpan
DISTNAME= Capture-Tiny-0.06
CATEGORIES= sysutils
# Apache 2.0
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/p5-Capture-Tiny
${INSTALL_DATA} ${WRKSRC}/examples/*.pl \
${PREFIX}/share/examples/p5-Capture-Tiny
.include <bsd.port.mk>