# New ports collection makefile for:	mathdom
# Date created:				23 June 2008
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD: ports/math/py-mathdom/Makefile,v 1.1 2008/06/27 11:40:56 miwi Exp $
#

PORTNAME=	mathdom
PORTVERSION=	0.8
CATEGORIES=	math python
MASTER_SITES=	SF \
		${MASTER_SITE_CHEESESHOP}source/m/${PORTNAME}/
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	wenheping@gmail.com
COMMENT=	Content MathML in Python

RUN_DEPENDS=	${PYTHON_SITELIBDIR}/${PYLXML_EGG}:${PORTSDIR}/devel/py-lxml

USE_PYTHON=	yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>
