blob: 023cd7dcf34501372d41d4f57a100c46f10cc997 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
PORTNAME= asciinema
PORTVERSION= 2.0.2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= swills@FreeBSD.org
COMMENT= Tool for recording and sharing terminal sessions
LICENSE= GPLv3+
RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
USES= python:3.3+
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|