summaryrefslogtreecommitdiff
path: root/devel/py-ttystatus/Makefile
blob: e634c7cf990f6732b3f29b77b2eb885253d532ce (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

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		python:3.5+
NO_ARCH=	yes

USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>