aboutsummaryrefslogblamecommitdiff
path: root/math/py-plastex/Makefile
blob: d7e05a1301261c6a0343cc69519f4bbf47efc7b2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                              

                       
                   
                           
                          
                                       
                                      
 
                                   

                                                   
                   
 
                                                                                
 
                           
                                              
                        
 

                   
                      
# 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>