summaryrefslogtreecommitdiff
path: root/textproc/py-asciinema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-asciinema/Makefile')
-rw-r--r--textproc/py-asciinema/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/textproc/py-asciinema/Makefile b/textproc/py-asciinema/Makefile
deleted file mode 100644
index 4d329518b59d..000000000000
--- a/textproc/py-asciinema/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Created by: Steve Wills <swills@freebsd.org>
-# $FreeBSD$
-
-PORTNAME= asciinema
-PORTVERSION= 0.9.8
-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:${PORTSDIR}/www/py-requests
-
-USES= python
-USE_PYTHON= distutils autoplist
-
-DEPRECATED= use textproc/asciinema instead
-EXPIRATION_DATE= 2015-07-23
-
-.include <bsd.port.mk>