Ticket #5234: Portfile

File Portfile, 723 bytes (added by cce@…, 19 years ago)

py-twistedconch-0.5.0 portfile

Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup python24 1.0
5
6name                    py-twistedconch
7version                 0.5.0
8categories              python devel net
9maintainers             cce@cs.brown.edu
10description             An SSH and SFTP protocol implementation together with clients and servers
11long_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
15homepage                http://twistedmatrix.com/projects/web/
16master_sites            http://tmrc.mit.edu/mirror/twisted/Conch/0.5/
17distname                TwistedConch-${version}
18use_bzip2               yes
19checksums               md5 42961532a130bb119ae3be6b14dde28b
20
21depends_build-append    port:py-twisted port:py-crypto