0b5cc2cef7
CJKwrap is a library for wrapping and filling CJK (Chinese, Japanese, and Korean) text. Fix Python issue24665. WWW: https://pypi.python.org/pypi/CJKwrap/
20 lines
424 B
Makefile
20 lines
424 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= cjkwrap
|
|
DISTVERSION= 2.2
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= CJKwrap-${DISTVERSION}
|
|
|
|
MAINTAINER= dbaio@FreeBSD.org
|
|
COMMENT= Library for wrapping and filling CJK text in Python
|
|
|
|
LICENSE= LGPL3+
|
|
LICENSE_FILE= ${WRKSRC}/licenses/COPYING.LESSER
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|