20 lines
433 B
Makefile
20 lines
433 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= sphinxcontrib-jsmath
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= python
|
|
|
|
MAINTAINER= wen@FreeBSD.org
|
|
COMMENT= Sphinx extension which renders display math in HTML via JavaScript
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= python:3.5+
|
|
USE_PYTHON= autoplist distutils concurrent
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|