aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/py-termtosvg/Makefile
blob: 70514a57261d5e4bba2f7e0d74439a8da6f57fd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   termtosvg
PORTVERSION=    0.4.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} \
        ${PYTHON_PKGNAMEPREFIX}pyte>=0:devel/py-pyte@${PY_FLAVOR}

USES=       python:3.3+
USE_PYTHON= autoplist distutils

.include <bsd.port.mk>