freebsd-ports/net/py-pyxmpp/Makefile
Sergey Matveychuk d7881befcc PyXMPP is a Python XMPP (RFC 3920,3921) and Jabber
implementation. It is based on libxml2 -- fast and
fully-featured XML parser.

PR:		ports/78409
Submitted by:	Vsevolod Stakhov <vsevolod@highsecure.ru>
2005-03-04 19:46:14 +00:00

25 lines
554 B
Makefile

# Ports collection makefile for: py-pyxmpp
# Date created: Mar 04, 2005
# Whom: Vsevolod Stakhov <vsevolod@highsecure.ru>
#
# $FreeBSD$
#
PORTNAME= pyxmpp
PORTVERSION= 0.5
CATEGORIES= net python
MASTER_SITES= http://jabberstudio.2nw.net/pyxmpp/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= vsevolod@highsecure.ru
COMMENT= A Python XMPP library
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2:install
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
post-install:
@${ECHO} "pyxmpp" > ${PYTHON_SITELIBDIR}/pyxmpp.pth
.include <bsd.port.mk>