openbsd-ports/devel/p5-IPC-Run-SafeHandles/Makefile
robert 1296923fe0 Import of p5-IPC-Run-SafeHandles;
IPC::Run and IPC::Run3 are both very upset when you try to use them
under environments where you have STDOUT and/or STDERR tied to something
else, such as under fastcgi.

The module adds safe-guarding code when you call IPC::Run or IPC::Run3
under such environment to make sure it always works.
2010-05-29 23:10:11 +00:00

19 lines
377 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/05/29 23:10:11 robert Exp $
COMMENT= safe guarding for IPC::Run
MODULES= cpan
DISTNAME= IPC-Run-SafeHandles-0.02
CATEGORIES= devel
# perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
REGRESS_DEPENDS= ::devel/p5-Test-Pod-Coverage \
::devel/p5-Test-Pod
.include <bsd.port.mk>