freebsd-ports/math/py-mathdom/Makefile
Wen Heping 1806f21eb7 - Fix dependency, PYLXML_EGG does not exist now
- Rmove MD5

PR:		ports/155057
Submitted by:	lwhsu@
2011-02-27 01:15:14 +00:00

22 lines
491 B
Makefile

# 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>