freebsd-ports/textproc/py-asciinema/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

17 lines
364 B
Makefile

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>