2018-01-08 23:40:41 +01:00
|
|
|
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
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2018-01-08 23:40:41 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|