1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup perl5 1.0 |
---|
5 | |
---|
6 | perl5.setup IO-Pty-Easy 0.07 |
---|
7 | maintainers nomaintainer |
---|
8 | description Easy interface to IO::Pty |
---|
9 | long_description IO::Pty::Easy provides an interface to IO::Pty which \ |
---|
10 | hides most of the ugly details of handling ptys, wrapping \ |
---|
11 | them instead in simple spawn/read/write commands. |
---|
12 | homepage http://search.cpan.org/dist/IO-Pty-Easy/ |
---|
13 | distname IO-Pty-Easy-${version} |
---|
14 | checksums md5 e68c2c04369cab48af59d09f75568182 \ |
---|
15 | sha1 864cf17087c621ea332425b2a079dcc8b4208f97 \ |
---|
16 | rmd160 9762c4803cdc0c28e7ac22331a1e4bfa833f35e9 |
---|
17 | platforms darwin |
---|
18 | |
---|
19 | # Depends on these Perl modules |
---|
20 | depends_lib-append port:p5-io-tty |
---|