freebsd-ports/devel/py-ttystatus/Makefile
Antoine Brodin f7455240e3 Reduce dependency on the python2 metaport
PR:		225752
Submitted by:	Yasuhiro KIMURA
2018-02-19 11:10:43 +00:00

21 lines
413 B
Makefile

# $FreeBSD$
PORTNAME= ttystatus
PORTVERSION= 0.32
PORTREVISION= 1
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_FILES= ${WRKSRC}/COPYING
USES= python:2.7
NO_ARCH= yes
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>