mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
17 lines
358 B
Makefile
17 lines
358 B
Makefile
PORTNAME= wcwidth
|
|
PORTVERSION= 0.2.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
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
.include <bsd.port.mk>
|