mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
20186de031
Upstream switched back to python and only supports python 3.x, so revive the python version of this port and update it. While here, mark the old version deprecated and create the py3?-requests ports needed as dependencies.
19 lines
436 B
Makefile
19 lines
436 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= asciinema
|
|
PORTVERSION= 1.3.0
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= Tool for recording and sharing terminal sessions
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.0.1:www/${PYTHON_PKGNAMEPREFIX}requests \
|
|
ca_root_nss>=0:security/ca_root_nss
|
|
|
|
USES= python:3
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|