freebsd-ports/math/py-plastex/Makefile
Sunpoet Po-Chuan Hsieh 29cecbe723 Update to 2.1
- Change MASTER_SITES to CHEESESHOP
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Take maintainership

Changes:	https://github.com/plastex/plastex/releases
2019-12-28 07:31:10 +00:00

24 lines
495 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 distutils
USE_TEX= base:run
NO_ARCH= yes
.include <bsd.port.mk>