freebsd-ports/net/py-yadis/Makefile
Alexander Botero-Lowry 4942ce5a7d - Make Python 2.5.1 the default Python version
- Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
2007-07-30 09:42:28 +00:00

22 lines
557 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
PYDISTUTILS_PKGNAME= python-yadis
.include <bsd.port.mk>