aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-latex2mathml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-latex2mathml/Makefile')
-rw-r--r--textproc/py-latex2mathml/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/textproc/py-latex2mathml/Makefile b/textproc/py-latex2mathml/Makefile
new file mode 100644
index 000000000000..0a3a5aaaf2fc
--- /dev/null
+++ b/textproc/py-latex2mathml/Makefile
@@ -0,0 +1,21 @@
+PORTNAME= latex2mathml
+PORTVERSION= 3.78.1
+CATEGORIES= textproc python
+MASTER_SITES= PYPI
+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Pure Python library for LaTeX to MathML conversion
+WWW= https://github.com/roniemartinez/latex2mathml
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=2.0.0<3.0.0:devel/py-poetry-core@${PY_FLAVOR}
+
+USES= python
+USE_PYTHON= autoplist concurrent pep517
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>