aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-mathdom/Makefile
blob: ffdcd5cab84b080bdcc38c0d39ca0d9e4b761fdc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    mathdom
# Date created:             23 June 2008
# Whom:                 Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

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

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

RUN_DEPENDS=    ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml

USE_PYTHON= yes
USE_PYDISTUTILS=easy_install

.include <bsd.port.mk>