summaryrefslogtreecommitdiff
path: root/devel/py-wcwidth/Makefile
blob: d90e1f9fd6909247b99c536aaedbadcdd46f216a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	wcwidth
PORTVERSION=	0.1.8
CATEGORIES=	devel python
MASTER_SITES=	PYPI
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Determine the printable width of the terminal
WWW=		https://github.com/jquast/wcwidth

LICENSE=	MIT

NO_ARCH=	yes
USES=		python:3.6+
USE_PYTHON=	autoplist concurrent distutils

.include <bsd.port.mk>