summaryrefslogtreecommitdiff
path: root/math/py-mathdom/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-06-27 11:40:56 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-06-27 11:40:56 +0000
commitb373c918fb9e770b6fe10b122ca2c4f120e2d349 (patch)
tree6f5cedb72ed35439a74b3830cf6b14b0c780299d /math/py-mathdom/Makefile
parentb3b9e6ccd45dd1fbf11cac7062303ad04635acfd (diff)
Notes
Diffstat (limited to 'math/py-mathdom/Makefile')
-rw-r--r--math/py-mathdom/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/math/py-mathdom/Makefile b/math/py-mathdom/Makefile
new file mode 100644
index 000000000000..63ac560f5831
--- /dev/null
+++ b/math/py-mathdom/Makefile
@@ -0,0 +1,23 @@
+# 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= 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>