freebsd-ports/graphics/py-termtosvg/Makefile

20 lines
517 B
Makefile
Raw Normal View History

PORTNAME= termtosvg
2020-01-19 16:35:58 +01:00
PORTVERSION= 1.1.0
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= Record terminal sessions as SVG animations
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}svgwrite>=0:graphics/py-svgwrite@${PY_FLAVOR} \
2018-09-25 00:57:21 +02:00
${PYTHON_PKGNAMEPREFIX}lxml>0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR}
USES= python:3.3+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>