ports/devel/py-wcwidth/Makefile
Steven Kreuzer 5cb5850a30 Upgrade to version 0.1.7
Set a default value for USES if it has not already been defined
2017-03-02 13:53:01 +00:00

19 lines
390 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= wcwidth
PORTVERSION= 0.1.7
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Determine the printable width of the terminal
LICENSE= MIT
NO_ARCH= yes
USES?= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>