freebsd-ports/math/py-plastex/Makefile

22 lines
427 B
Makefile
Raw Normal View History

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= plastex
PORTVERSION= 1.0.0
CATEGORIES= math python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
2010-05-21 09:36:05 +02:00
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX Document Processing Framework
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow
USE_GITHUB= yes
GH_ACCOUNT= tiarno
2015-11-09 13:59:03 +01:00
USES= python
USE_PYTHON= distutils autoplist
USE_TEX= base:run
.include <bsd.port.mk>