aboutsummaryrefslogtreecommitdiffstats
path: root/devel/Makefile
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2013-11-03 13:00:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2013-11-03 13:00:53 +0800
commit74fbe40a84d49e412fcdfe524065eea3303a49a0 (patch)
treed77809ff025fd263696ce1db31f0043aa0ce77d4 /devel/Makefile
parent2a9d415ca044a1214f0b04fcfac59478d508a2b9 (diff)
downloadfreebsd-ports-gnome-74fbe40a84d49e412fcdfe524065eea3303a49a0.tar.gz
freebsd-ports-gnome-74fbe40a84d49e412fcdfe524065eea3303a49a0.tar.zst
freebsd-ports-gnome-74fbe40a84d49e412fcdfe524065eea3303a49a0.zip
- Add p5-IPC-ShellCmd 0.005
IPC::ShellCmd comes from the nth time I've had to implement a select loop and wanted appropriate sudo/su privilege magic, environment variables that are set in the child, working directories set etc. It aims to provide a reasonable interface for setting up command execution environment (working directory, environment variables, stdin, stdout and stderr redirection if necessary), but allowing for ssh and sudo and magicking in the appropriate shell quoting. It tries to be flexible about how you might want to capture output, exit status and other such, but in such a way as it's hopefully easy to understand and make it work. Setup method calls are chain-able in a File::Find::Rule kind of a way. WWW: http://search.cpan.org/dist/IPC-ShellCmd/
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index b27264a29ef3..cbff97d9397b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2150,6 +2150,7 @@
SUBDIR += p5-IPC-ShareLite
SUBDIR += p5-IPC-Shareable
SUBDIR += p5-IPC-SharedCache
+ SUBDIR += p5-IPC-ShellCmd
SUBDIR += p5-IPC-Signal
SUBDIR += p5-IPC-System-Simple
SUBDIR += p5-Import-Into