forked from Lainports/freebsd-ports
19 lines
412 B
Makefile
19 lines
412 B
Makefile
PORTNAME= ttystatus
|
|
PORTVERSION= 0.36
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://git.liw.fi/cgi-bin/cgit/cgit.cgi/ttystatus/snapshot/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= ports@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>
|