diff options
author | wen <wen@FreeBSD.org> | 2011-09-05 14:42:25 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-09-05 14:42:25 +0800 |
commit | eaf8b05cbc562c70508d54fad0a0ab214fe88de9 (patch) | |
tree | b151270b6dd2df52dc28457b17d1df9fd3fe2bca /devel/Makefile | |
parent | d9d3589db7340b79d3c90d976f724b1e0bf935cd (diff) | |
download | freebsd-ports-gnome-eaf8b05cbc562c70508d54fad0a0ab214fe88de9.tar.gz freebsd-ports-gnome-eaf8b05cbc562c70508d54fad0a0ab214fe88de9.tar.zst freebsd-ports-gnome-eaf8b05cbc562c70508d54fad0a0ab214fe88de9.zip |
System::Command is a class that launches external system commands
and return an object representing them, allowing to interact with
them through their STDIN, STDOUT and STDERR handles.
WWW: http://search.cpan.org/dist/System-Command/
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e10d7c65b03a..a9ef0fa02bcd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2314,6 +2314,7 @@ SUBDIR += p5-Sys-SigAction SUBDIR += p5-Sys-Syscall SUBDIR += p5-Sys-Trace + SUBDIR += p5-System-Command SUBDIR += p5-System2 SUBDIR += p5-TAP-Formatter-JUnit SUBDIR += p5-TAP-Harness-JUnit |