blob: ec1ce85dddecfa15e51f3a36697b47b4b54c9a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
PORTNAME= ttystatus
PORTVERSION= 0.36
CATEGORIES= devel
MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= bapt@FreeBSD.org
COMMENT= Python progress reporting to /dev/tty
WWW= https://liw.fi/ttystatus/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= python
NO_ARCH= yes
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>
|