Ticket #9091: Portfile

File Portfile, 914 bytes (added by olv.bonnet@…, 18 years ago)

Portfile

Line 
1# $Id: $
2
3PortSystem              1.0
4PortGroup               python24 1.0
5
6name                    py-twistedmail
7version                 0.2.0
8categories              python devel net
9maintainers             olv.bonnet@free.fr
10description             A twisted SMTP, POP3 and IMAP4 implementation together with clients and servers
11long_description        Twisted Mail contains high-level, efficient protocol implementations for both\
12                        clients and servers of SMTP, POP3, and IMAP4. Additionally, it contains an\
13                        "out of the box" combination SMTP/POP3 virtual-hosting mail server.
14
15homepage                http://twistedmatrix.com/projects/mail/
16master_sites            http://tmrc.mit.edu/mirror/twisted/Mail/0.2/
17distname                TwistedMail-${version}
18use_bzip2               yes
19checksums               md5 bae977d92cfcb1a3a5e884262ed444cc
20
21depends_build-append    port:py-twisted