1f4191043e
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. If you intend to release your code to work under normal envionrment as well as under fastcgi, simply use this module *after* the "IPC" modules are loaded in your code. WWW: http://search.cpan.org/dist/IPC-Run-SafeHandles/ Approved by: araujo (mentor)
30 lines
778 B
Makefile
30 lines
778 B
Makefile
# New ports collection makefile for: devele/p5-IPC-Run-SafeHandles
|
|
# Date created: 29 July 2008
|
|
# Whom: Philip M. Gollucci <pgollucci@p6m7g8.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= IPC-Run-SafeHandles
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= pgollucci@FreeBSD.org
|
|
COMMENT= IPC::Run::SafeHandles - Safe guarding for IPC::Run(3)
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= IPC::Run::SafeHandles.3
|
|
|
|
PLIST_DIRS= %%SITE_PERL%%/IPC/Run \
|
|
%%SITE_PERL%%/IPC \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|
|
|
|
PLIST_FILES= %%SITE_PERL%%/IPC/Run/SafeHandles.pm \
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Run/SafeHandles/.packlist
|
|
|
|
.include <bsd.port.mk>
|