19 lines
377 B
Makefile
19 lines
377 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asciinema
|
|
PORTVERSION= 2.0.0
|
|
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>
|