1 | # $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python25 1.0 |
---|
5 | |
---|
6 | name py25-pyxmpp |
---|
7 | version 1.0.1 |
---|
8 | revision 0 |
---|
9 | categories python net |
---|
10 | platforms darwin |
---|
11 | maintainers lra@sics.se |
---|
12 | description A Python Jabber/XMPP implementation. |
---|
13 | long_description PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber \ |
---|
14 | (http://www.jabber.org/protocol/) implementation. \ |
---|
15 | It is based on libxml2 -- fast and fully-featured XML parser. |
---|
16 | |
---|
17 | homepage http://pyxmpp.jajcus.net/ |
---|
18 | master_sites http://pyxmpp.jajcus.net/downloads |
---|
19 | distname pyxmpp-${version} |
---|
20 | checksums sha1 0ed4b347f7239bba4bf07102299a5d0d6d30b18f \ |
---|
21 | md5 b2287c1a63b1c7e5f8036d008ded7310 |
---|
22 | |
---|
23 | depends_lib-append port:py25-dnspython port:py25-m2crypto port:py25-libxml2 |
---|