freebsd-ports/net/py-yadis/Makefile
Cheng-Lung Sung 93dc0495a5 Python YADIS
------------

This code implements relying party support for the Yadis service discovery
protocol.  The protocol was developed for use by decentralized URL-based
identity systems, but is useful for advertising services provided by or on
behalf of a certain URL.

To learn more about Yadis, see http://www.openidenabled.com/yadis

The module yadis.xrires also provides a method of resolving XRI.

The JanRain Python OpenID library uses this library for discovery of OpenID
service endpoints.  See that library for an example of library usage.

WWW: http://www.openidenabled.com/yadis/libraries/python/
2006-12-20 01:03:59 +00:00

21 lines
523 B
Makefile

# Ports collection makefile for: py-yadis
# Date created: Dec 19, 2006
# Whom: Cheng-Lung Sung <clsung@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= yadis
PORTVERSION= 1.1.0
CATEGORIES= net python
MASTER_SITES= http://www.openidenabled.com/resources/downloads/python-openid/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= python-${PORTNAME}-${PORTVERSION}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Python support for the Yadis service discovery protocol
USE_PYTHON= yes
USE_PYDISTUTILS=yes
.include <bsd.port.mk>