Files
ports/textproc/py-latex2mathml/Makefile
T

21 lines
465 B
Makefile

PORTNAME= latex2mathml
PORTVERSION= 3.81.0
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
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
.include <bsd.port.mk>