mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
18 lines
384 B
Makefile
18 lines
384 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= bapt@FreeBSD.org
|
|
COMMENT= Python progress reporting to /dev/tty
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= python:3.5+
|
|
NO_ARCH= yes
|
|
|
|
USE_PYTHON= distutils autoplist
|
|
|
|
.include <bsd.port.mk>
|