blob: e21c9b3fe95a9d86d30066ee84e8ff950abd76f9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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= ${PY_PILLOW}
USES= python:3.5+
USE_PYTHON= autoplist distutils
USE_TEX= base:run
NO_ARCH= yes
.include <bsd.port.mk>
|