freebsd-ports/math/py-plastex/Makefile
2021-04-06 16:31:07 +02:00

23 lines
494 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
PORTNAME= plastex
PORTVERSION= 2.1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= plasTeX-${PORTVERSION}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= LaTeX Document Processing Framework
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR}
USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
USE_TEX= base:run
NO_ARCH= yes
.include <bsd.port.mk>