ports/devel/py-ttystatus/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

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>