1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python24 1.0 |
---|
5 | |
---|
6 | name py-twistedconch |
---|
7 | version 0.5.0 |
---|
8 | categories python devel net |
---|
9 | maintainers cce@cs.brown.edu |
---|
10 | description An SSH and SFTP protocol implementation together with clients and servers |
---|
11 | long_description Twisted Conch is a part of the Twisted project and provides an SSH and SFTP \ |
---|
12 | protocol implementation together with clients and servers. Twisted Web is \ |
---|
13 | available under the MIT Free Software licence. |
---|
14 | |
---|
15 | homepage http://twistedmatrix.com/projects/web/ |
---|
16 | master_sites http://tmrc.mit.edu/mirror/twisted/Conch/0.5/ |
---|
17 | distname TwistedConch-${version} |
---|
18 | use_bzip2 yes |
---|
19 | checksums md5 42961532a130bb119ae3be6b14dde28b |
---|
20 | |
---|
21 | depends_build-append port:py-twisted port:py-crypto |
---|