Ticket #19810: Portfile

File Portfile, 753 bytes (added by Lars.Rasmusson@…, 15 years ago)

portfile for py25-pyxmpp

Line 
1# $Id: Portfile 50980 2009-05-14 19:41:55Z and.damore@macports.org $
2
3PortSystem 1.0
4PortGroup python25 1.0
5
6name                    py25-pyxmpp
7version                 1.0.1
8revision                0
9categories              python net
10platforms               darwin
11maintainers             lra@sics.se
12description             A Python Jabber/XMPP implementation.
13long_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
17homepage                http://pyxmpp.jajcus.net/
18master_sites            http://pyxmpp.jajcus.net/downloads
19distname                pyxmpp-${version}
20checksums               sha1 0ed4b347f7239bba4bf07102299a5d0d6d30b18f \
21                        md5  b2287c1a63b1c7e5f8036d008ded7310
22
23depends_lib-append      port:py25-dnspython port:py25-m2crypto port:py25-libxml2