3a5a5a3b60
replaces all of Perl's questionable ways of accomodating this, including system(), open() with a pipe, exec(), back-ticks, etc. This module will never automatically invoke /bin/sh. This module is easy enough to use that /bin/sh should be unnecessary, even for complex pipelines. WWW: http://search.cpan.org/dist/Proc-SafeExec/ PR: ports/165061 Submitted by: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
25 lines
503 B
Makefile
25 lines
503 B
Makefile
# New ports collection makefile for: p5-Proc-SafeExec
|
|
# Date created: 2012-02-13
|
|
# Whom: Sergei Vyshenski <svysh@pn.sinp.msu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Proc-SafeExec
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh@pn.sinp.msu.ru
|
|
COMMENT= Convenient utility for executing external commands in various ways
|
|
|
|
LICENSE= BSD GPLv1
|
|
LICENSE_COMB= dual
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Proc::SafeExec.3 \
|
|
Proc::SafeExec::Queue.3
|
|
|
|
.include <bsd.port.mk>
|