aboutsummaryrefslogtreecommitdiff
path: root/devel/py-wcwidth/Makefile
blob: c6d261406a9e373aa84ed105dfbd5afde68f8c38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$

PORTNAME=	wcwidth
PORTVERSION=	0.1.1
CATEGORIES=	devel python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	skreuzer@FreeBSD.org
COMMENT=	Determine the printable width of the terminal

LICENSE=	MIT

USES=		python:2
USE_PYTHON=	distutils autoplist

.include <bsd.port.mk>