Files
ports/math/py-plastex/Makefile
T
Sunpoet Po-Chuan Hsieh 6e151c2db7 Remove PY_PILLOW
2021-02-01 19:35:41 +00:00

25 lines
506 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
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>