diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:32:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-10-05 18:32:54 +0800 |
commit | 02a19b6d001b0a9a3059d2964b6df5539b652f8b (patch) | |
tree | e0f9afc5bcafdd49409d31fca1eb1f3df38dbd3c /net/Makefile | |
parent | 1ab2c95e8bd45d9009c2c60b98e22939346a21f0 (diff) | |
download | freebsd-ports-gnome-02a19b6d001b0a9a3059d2964b6df5539b652f8b.tar.gz freebsd-ports-gnome-02a19b6d001b0a9a3059d2964b6df5539b652f8b.tar.zst freebsd-ports-gnome-02a19b6d001b0a9a3059d2964b6df5539b652f8b.zip |
- Add p5-Net-CLI-Interact 1.112610
Automating command line interface (CLI) interactions is not a new idea, but can
be tricky to implement. This module aims to provide a simple and manageable
interface to CLI interactions, supporting:
- SSH, Telnet and Serial-Line connections
- Unix and Windows support
- Reuseable device command phrasebooks
WWW: http://search.cpan.org/dist/Net-CLI-Interact/
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bb0ba8dce358..c058a565d441 100644 --- a/net/Makefile +++ b/net/Makefile @@ -540,6 +540,7 @@ SUBDIR += p5-Net-Blogger SUBDIR += p5-Net-CIDR-Lite SUBDIR += p5-Net-CIDR-MobileJP + SUBDIR += p5-Net-CLI-Interact SUBDIR += p5-Net-CSTA SUBDIR += p5-Net-CascadeCopy SUBDIR += p5-Net-Cassandra |