1PORTNAME= sphinxcontrib-jsmath 2PORTVERSION= 1.0.1 3CATEGORIES= textproc python 4MASTER_SITES= PYPI 5PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 6DIST_SUBDIR= python 7 8MAINTAINER= ports@MidnightBSD.org 9COMMENT= Sphinx extension which renders display math in HTML via JavaScript 10WWW= https://www.sphinx-doc.org/ 11 12LICENSE= bsd2 13LICENSE_FILE= ${WRKSRC}/LICENSE 14 15USES= python 16USE_PYTHON= autoplist distutils concurrent 17NO_ARCH= yes 18 19.include <bsd.port.mk> 20