1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/py-xcaplib/Makefile
Martin Wilke eb9c185461 XCAP protocol, defined in RFC 4825, allows a client to read, write, and
modify application configuration data stored in XML format on a server. XCAP
maps XML document sub-trees and element attributes to HTTP URIs, so that
these components can be directly accessed by HTTP. An XCAP server used by
XCAP clients to store data like presence policy in combination with a SIP
Presence server that supports PUBLISH/SUBSCRIBE/NOTIFY SIP methods can
provide a complete SIP SIMPLE solution.

WWW:	http://sipsimpleclient.com/wiki/xcapclient

PR:		ports/158906
Submitted by:	Eugene Grosbein <ports@grosbein.net>
2011-08-26 04:55:22 +00:00

30 lines
812 B
Makefile

# New ports collection makefile for: py-application
# Date created: 14 July 2011
# Whom: Eugene Grosbein <ports@grosbein.net>
#
# $FreeBSD$
#
PORTNAME= xcaplib
PORTVERSION= 1.0.16
CATEGORIES= devel python
MASTER_SITES= http://download.ag-projects.com/XCAP/ \
http://grosbein.net/python/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@grosbein.net
COMMENT= Python XCAP client library
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=8.1.0:${PORTSDIR}/devel/py-twistedCore \
${PYTHON_PKGNAMEPREFIX}lxml>=2.1.2:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}application>=1.1.5:${PORTSDIR}/devel/py-application
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=python_${PORTNAME}
.include <bsd.port.mk>